Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dtest_test.c361 | !TEST(0, TEST_BN_lt(a, c)) in test_bignum()
362 | !TEST(1, TEST_BN_lt(c, b)) in test_bignum()
363 | !TEST(0, TEST_BN_lt(b, c)) in test_bignum()
Dtestutil.h365 # define TEST_BN_lt(a, b) test_BN_lt(__FILE__, __LINE__, #a, #b, a, b) macro