Searched refs:TEST_long_ne (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/test/ |
D | test_test.c | 129 || !TEST(1, TEST_long_ne(123l, 500l)) in test_long() 130 || !TEST(0, TEST_long_ne(1000l, 1000l)) in test_long() 468 && TEST_long_ne(-9000L, l /= 2) in test_single_eval()
|
D | testutil.h | 458 # define TEST_long_ne(a, b) test_long_ne(__FILE__, __LINE__, #a, #b, a, b) macro
|
D | sslapitest.c | 2300 if (!TEST_long_ne(SSL_CTX_sess_set_cache_size(sctx, 1), 0)) in execute_test_session() 8929 || !TEST_long_ne(SSL_SESSION_get_time(early), now)) in test_session_timeout()
|