Home
last modified time | relevance | path

Searched refs:TEST_uint_ne (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dtest_test.c60 || !TEST(1, TEST_uint_ne(4u, 2u)) in test_uint()
61 || !TEST(0, TEST_uint_ne(6u, 6u)) in test_uint()
H A Dservername_test.c81 || !TEST_uint_ne(PACKET_remaining(&pkt4), 0) in get_sni_from_client_hello()
H A Dtestutil.h437 # define TEST_uint_ne(a, b) test_uint_ne(__FILE__, __LINE__, #a, #b, a, b) macro
H A Dsslapitest.c6940 if (!TEST_uint_ne(PACKET_remaining(&pkt3), 0) in get_MFL_from_client_hello()