Searched refs:TEST_uint_ge (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/test/ |
D | test_test.c | 69 || !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()
|
D | drbgtest.c | 249 || !TEST_uint_ge(reseed_counter(public), in test_drbg_reseed() 257 || !TEST_uint_ge(reseed_counter(private), in test_drbg_reseed()
|
D | testutil.h | 439 # define TEST_uint_ge(a, b) test_uint_ge(__FILE__, __LINE__, #a, #b, a, b) macro
|