Home
last modified time | relevance | path

Searched refs:TEST_BN_ge (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/test/
Dtest_test.c370 | !TEST(1, TEST_BN_ge(a, c)) in test_bignum()
371 | !TEST(0, TEST_BN_ge(c, b)) in test_bignum()
372 | !TEST(1, TEST_BN_ge(b, c))) in test_bignum()
Dtestutil.h368 # define TEST_BN_ge(a, b) test_BN_ge(__FILE__, __LINE__, #a, #b, a, b) macro