Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dtest_test.c364 || !TEST(0, TEST_BN_le(a, c)) in test_bignum()
365 || !TEST(1, TEST_BN_le(c, b)) in test_bignum()
366 || !TEST(0, TEST_BN_le(b, c)) in test_bignum()
H A Dtestutil.h514 # define TEST_BN_le(a, b) test_BN_le(__FILE__, __LINE__, #a, #b, a, b) macro