Home
last modified time | relevance | path

Searched refs:TEST_uint_lt (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dtest_test.c62 || !TEST(1, TEST_uint_lt(5u, 9u)) in test_uint()
63 || !TEST(0, TEST_uint_lt(9u, 5u)) in test_uint()
H A Dtestutil.h438 # define TEST_uint_lt(a, b) test_uint_lt(__FILE__, __LINE__, #a, #b, a, b) macro
H A Dbntest.c2147 || !TEST_uint_lt(v = (unsigned int)BN_get_word(val), range)) in test_rand_range_single()