Home
last modified time | relevance | path

Searched refs:TEST_BN_eq_zero (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/test/
Dbntest.c250 && TEST_BN_eq_zero(c))) in test_sub()
293 && TEST_BN_eq_zero(d))) in test_div_recip()
680 || !TEST_BN_eq_zero(d)) in test_modexp_mont5()
743 && TEST_BN_eq_zero(c))) in test_gf2m_add()
779 && TEST_BN_eq_zero(e))) in test_gf2m_mod()
828 && TEST_BN_eq_zero(f))) in test_gf2m_mul()
872 && TEST_BN_eq_zero(d))) in test_gf2m_sqr()
999 && TEST_BN_eq_zero(f))) in test_gf2m_modexp()
1044 && TEST_BN_eq_zero(f))) in test_gf2m_modsqrt()
1093 && TEST_BN_eq_zero(e))) in test_gf2m_modsolvequad()
[all …]
Dtest_test.c322 | !TEST(1, TEST_BN_eq_zero(a)) in test_bignum()
338 | !TEST(0, TEST_BN_eq_zero(b)) in test_bignum()
349 | !TEST(0, TEST_BN_eq_zero(c)) in test_bignum()
Dexptest.c104 if (!TEST_BN_eq_zero(r)) { in test_mod_exp_zero()
Dtestutil.h369 # define TEST_BN_eq_zero(a) test_BN_eq_zero(__FILE__, __LINE__, #a, a) macro
Dectest.c1956 || !TEST_BN_eq_zero(EC_GROUP_get0_cofactor(group)) in cofactor_range_test()