Searched refs:TEST_uint_gt (Results 1 – 4 of 4) sorted by relevance
/test/ |
A D | test_test.c | 67 || !TEST(1, TEST_uint_gt(11u, 1u)) in test_uint() 68 || !TEST(0, TEST_uint_gt(1u, 11u)) in test_uint()
|
A D | quic_record_test.c | 2964 if (!TEST_uint_gt(counts_u[cipher][i], 0)) in test_hdr_prot_stats() 2966 if (!TEST_uint_gt(counts_c[cipher][i], 0)) in test_hdr_prot_stats()
|
A D | testutil.h | 443 # define TEST_uint_gt(a, b) test_uint_gt(__FILE__, __LINE__, #a, #b, a, b) macro
|
A D | sslapitest.c | 7772 if (!TEST_uint_gt(len = BIO_get_mem_data(bio, (char **) &data), 0)) in get_MFL_from_client_hello()
|
Completed in 30 milliseconds