Home
last modified time | relevance | path

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

/openssl/test/
H A Dtest_test.c64 || !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()
H A Dservername_test.c85 || !TEST_uint_le(PACKET_remaining(&pkt5), TLSEXT_MAXLEN_host_name) in get_sni_from_client_hello()
H A Dtestutil.h404 # define TEST_uint_le(a, b) test_uint_le(__FILE__, __LINE__, #a, #b, a, b) macro

Completed in 10 milliseconds