Home
last modified time | relevance | path

Searched refs:TEST_BN_eq_one (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dtest_test.c321 || !TEST(0, TEST_BN_eq_one(a)) in test_bignum()
335 || !TEST(1, TEST_BN_eq_one(b)) in test_bignum()
H A Dbntest.c480 if (!TEST_BN_eq_one(d)) in test_modexp_mont5()
913 && TEST_BN_eq_one(d))) in test_gf2m_modinv()
955 && TEST_BN_eq_one(f))) in test_gf2m_moddiv()
1887 || !TEST_BN_eq_one(bn) in test_dec2bn()
2092 || !TEST_BN_eq_one(bn) in test_rand()
2095 || !TEST_BN_eq_one(bn) in test_rand()
H A Dtestutil.h522 # define TEST_BN_eq_one(a) test_BN_eq_one(__FILE__, __LINE__, #a, a) macro