Searched refs:TEST_uint_ne (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/test/ |
D | servername_test.c | 68 || !TEST_uint_ne(PACKET_remaining(&pkt4), 0) in get_sni_from_client_hello()
|
D | test_test.c | 60 | !TEST(1, TEST_uint_ne(4u, 2u)) in test_uint() 61 | !TEST(0, TEST_uint_ne(6u, 6u)) in test_uint()
|
D | testutil.h | 299 # define TEST_uint_ne(a, b) test_uint_ne(__FILE__, __LINE__, #a, #b, a, b) macro
|
D | sslapitest.c | 4881 if (!TEST_uint_ne(PACKET_remaining(&pkt3), 0) in get_MFL_from_client_hello()
|