Home
last modified time | relevance | path

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

/openssl-master/test/
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()
A Ddrbgtest.c241 || !TEST_uint_ge(reseed_counter(public), in test_drbg_reseed()
249 || !TEST_uint_ge(reseed_counter(private), in test_drbg_reseed()
A Dtestutil.h403 # define TEST_uint_ge(a, b) test_uint_ge(__FILE__, __LINE__, #a, #b, a, b) macro

Completed in 6 milliseconds