Home
last modified time | relevance | path

Searched refs:DROP (Results 1 – 3 of 3) sorted by relevance

/openssl/test/
H A Ddtlsv1listentest.c245 enum {GOOD, VERIFY, DROP} outtype; enumerator
251 { clienthello_nocookie_short, sizeof(clienthello_nocookie_short), DROP },
252 { clienthello_2ndfrag, sizeof(clienthello_2ndfrag), DROP },
256 { clienthello_cookie_short, sizeof(clienthello_cookie_short), DROP },
257 { record_short, sizeof(record_short), DROP }
329 if (!TEST_true((ret == 0 && tp->outtype == DROP) in dtls_listen_test()
H A Dbad_dtls_test.c449 #define DROP(x) { x##UL, 1 } macro
458 DROP(0x10001), DROP(0xff), NODROP(0x100000), NODROP(0x800000), NODROP(0x7fffe1),
459 NODROP(0xffffff), NODROP(0x1000000), NODROP(0xfffffe), DROP(0xffffff), NODROP(0x1000010),
460 NODROP(0xfffffd), NODROP(0x1000011), DROP(0x12), NODROP(0x1000012),
461 NODROP(0x1ffffff), NODROP(0x2000000), DROP(0x1ff00fe), NODROP(0x2000001),
462 NODROP(0x20fffff), NODROP(0x2105500), DROP(0x20ffffe), NODROP(0x21054ff),
463 NODROP(0x211ffff), DROP(0x2110000), NODROP(0x2120000)
H A Dcmp_ctx_test.c519 #define DROP(x) (void)(x) /* dummy free() for non-pointer and function types */ macro
579 test_##FIELD, DROP)
582 NULL, IS_0, ((void *)1), DROP)
586 DEFAULT, 1, DROP)
747 1 /* true */, DROP)

Completed in 15 milliseconds