Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dtest_test.c367 || !TEST(1, TEST_BN_gt(a, c)) in test_bignum()
368 || !TEST(0, TEST_BN_gt(c, b)) in test_bignum()
369 || !TEST(1, TEST_BN_gt(b, c)) in test_bignum()
H A Dtestutil.h513 # define TEST_BN_gt(a, b) test_BN_gt(__FILE__, __LINE__, #a, #b, a, b) macro