HomeSort by: relevance | last modified time | path
    Searched refs:TEST_ulong_le (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
test_test.c 156 || !TEST(1, TEST_ulong_le(10234ul, 1000000ul))
157 || !TEST(1, TEST_ulong_le(100000ul, 100000ul))
158 || !TEST(0, TEST_ulong_le(1000000ul, 10234ul))
testutil.h 468 #define TEST_ulong_le(a, b) test_ulong_le(__FILE__, __LINE__, #a, #b, a, b)
bntest.c 120 || !TEST_ulong_le(word = BN_get_word(ret), INT_MAX))
sslapitest.c 11441 if (!TEST_ulong_le(SSL_SESSION_get_ticket_lifetime_hint(SSL_get_session(clientssl)), ONE_WEEK_SEC))
  /src/crypto/external/bsd/openssl/dist/test/
test_test.c 156 || !TEST(1, TEST_ulong_le(10234ul, 1000000ul))
157 || !TEST(1, TEST_ulong_le(100000ul, 100000ul))
158 || !TEST(0, TEST_ulong_le(1000000ul, 10234ul))
testutil.h 467 # define TEST_ulong_le(a, b) test_ulong_le(__FILE__, __LINE__, #a, #b, a, b)
bntest.c 116 || !TEST_ulong_le(word = BN_get_word(ret), INT_MAX))
sslapitest.c 9974 if (!TEST_ulong_le(SSL_SESSION_get_ticket_lifetime_hint(SSL_get_session(clientssl)), ONE_WEEK_SEC))
  /src/crypto/external/bsd/openssl.old/dist/test/
test_test.c 156 || !TEST(1, TEST_ulong_le(10234ul, 1000000ul))
157 || !TEST(1, TEST_ulong_le(100000ul, 100000ul))
158 || !TEST(0, TEST_ulong_le(1000000ul, 10234ul))
testutil.h 329 # define TEST_ulong_le(a, b) test_ulong_le(__FILE__, __LINE__, #a, #b, a, b)
bntest.c 120 || !TEST_ulong_le(word = BN_get_word(ret), INT_MAX))
sslapitest.c 7000 if (!TEST_ulong_le(SSL_SESSION_get_ticket_lifetime_hint(SSL_get_session(clientssl)), ONE_WEEK_SEC))

Completed in 32 milliseconds