Searched refs:TEST_ulong_le (Results 1 – 4 of 4) sorted by relevance
/openssl/test/ |
H A D | test_test.c | 156 || !TEST(1, TEST_ulong_le(10234ul, 1000000ul)) in test_ulong() 157 || !TEST(1, TEST_ulong_le(100000ul, 100000ul)) in test_ulong() 158 || !TEST(0, TEST_ulong_le(1000000ul, 10234ul)) in test_ulong()
|
H A D | testutil.h | 470 # define TEST_ulong_le(a, b) test_ulong_le(__FILE__, __LINE__, #a, #b, a, b) macro
|
H A D | bntest.c | 120 || !TEST_ulong_le(word = BN_get_word(ret), INT_MAX)) in getint()
|
H A D | sslapitest.c | 10732 …if (!TEST_ulong_le(SSL_SESSION_get_ticket_lifetime_hint(SSL_get_session(clientssl)), ONE_WEEK_SEC)) in test_ticket_lifetime()
|
Completed in 55 milliseconds