Searched refs:TEST_long_le (Results 1 - 3 of 3) sorted by relevance
/third_party/openssl/test/ |
H A D | test_test.c | 133 || !TEST(1, TEST_long_le(-8923l, 102934563l)) in test_long() 134 || !TEST(1, TEST_long_le(12345l, 12345l)) in test_long() 135 || !TEST(0, TEST_long_le(102934563l, -8923l)) in test_long()
|
H A D | testutil.h | 460 # define TEST_long_le(a, b) test_long_le(__FILE__, __LINE__, #a, #b, a, b) macro
|
H A D | sslapitest.c | 10577 if (!TEST_long_le(SSL_CTX_sess_number(sctx), 5)) in test_multi_resume()
|
Completed in 15 milliseconds