Searched refs:TEST_long_gt (Results 1 – 3 of 3) sorted by relevance
/openssl-master/test/ |
A D | test_test.c | 136 | !TEST(1, TEST_long_gt(84325677l, 12345l)) in test_long() 137 | !TEST(0, TEST_long_gt(12345l, 84325677l)) in test_long()
|
A D | testutil.h | 423 # define TEST_long_gt(a, b) test_long_gt(__FILE__, __LINE__, #a, #b, a, b) macro
|
A D | sslapitest.c | 6574 if (!TEST_long_gt(len, 0) in get_MFL_from_client_hello()
|
Completed in 19 milliseconds