Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dtest_test.c69 || !TEST(1, TEST_uint_ge(11u, 1u)) in test_uint()
70 || !TEST(1, TEST_uint_ge(6u, 6u)) in test_uint()
71 || !TEST(0, TEST_uint_ge(1u, 11u))) in test_uint()
H A Ddrbgtest.c249 || !TEST_uint_ge(reseed_counter(public), in test_drbg_reseed()
257 || !TEST_uint_ge(reseed_counter(private), in test_drbg_reseed()
H A Dtestutil.h441 # define TEST_uint_ge(a, b) test_uint_ge(__FILE__, __LINE__, #a, #b, a, b) macro