Searched refs:TEST_uint_lt (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | rand_test.c | 89 || !TEST_uint_lt(x, i)) in test_rand_uniform() 97 || !TEST_uint_lt(x, j)) in test_rand_uniform()
|
H A D | test_test.c | 62 || !TEST(1, TEST_uint_lt(5u, 9u)) in test_uint() 63 || !TEST(0, TEST_uint_lt(9u, 5u)) in test_uint()
|
H A D | testutil.h | 441 # define TEST_uint_lt(a, b) test_uint_lt(__FILE__, __LINE__, #a, #b, a, b) macro
|
H A D | bntest.c | 2365 || !TEST_uint_lt(v = (unsigned int)BN_get_word(val), range)) in test_rand_range_single()
|