Searched refs:TEST_uint_le (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/test/ |
D | test_test.c | 64 | !TEST(1, TEST_uint_le(5u, 9u)) in test_uint() 65 | !TEST(1, TEST_uint_le(7u, 7u)) in test_uint() 66 | !TEST(0, TEST_uint_le(9u, 5u)) in test_uint()
|
D | servername_test.c | 72 || !TEST_uint_le(PACKET_remaining(&pkt5), TLSEXT_MAXLEN_host_name) in get_sni_from_client_hello()
|
D | testutil.h | 301 # define TEST_uint_le(a, b) test_uint_le(__FILE__, __LINE__, #a, #b, a, b) macro
|