Home
last modified time | relevance | path

Searched refs:TEST_uint_gt (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dtest_test.c67 || !TEST(1, TEST_uint_gt(11u, 1u)) in test_uint()
68 || !TEST(0, TEST_uint_gt(1u, 11u)) in test_uint()
H A Dtestutil.h302 # define TEST_uint_gt(a, b) test_uint_gt(__FILE__, __LINE__, #a, #b, a, b) macro
H A Dsslapitest.c5065 if (!TEST_uint_gt( len = BIO_get_mem_data( bio, (char **) &data ), 0 ) ) in get_MFL_from_client_hello()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dtest_test.c67 || !TEST(1, TEST_uint_gt(11u, 1u)) in test_uint()
68 || !TEST(0, TEST_uint_gt(1u, 11u)) in test_uint()
H A Dtestutil.h440 # define TEST_uint_gt(a, b) test_uint_gt(__FILE__, __LINE__, #a, #b, a, b) macro