Lines Matching refs:BN_is_zero
349 if(!BN_is_zero(&c)) in test_add()
400 if(!BN_is_zero(&c)) in test_sub()
462 if(!BN_is_zero(&d)) in test_div()
537 if(!BN_is_zero(&b)) in test_div_word()
601 if(!BN_is_zero(&d)) in test_div_recp()
662 if(!BN_is_zero(&d) || !BN_is_zero(&e)) in test_mul()
706 if(!BN_is_zero(&d) || !BN_is_zero(&e)) in test_sqr()
779 if(!BN_is_zero(&d)) in test_mont()
828 if(!BN_is_zero(e)) in test_mod()
879 if ((a->neg ^ b->neg) && !BN_is_zero(e)) in test_mod_mul()
897 if(!BN_is_zero(b)) in test_mod_mul()
950 if(!BN_is_zero(b)) in test_mod_exp()
1001 if(!BN_is_zero(b)) in test_mod_exp_mont_consttime()
1048 for( ; !BN_is_zero(b) ; BN_sub(b,b,one)) in test_exp()
1051 if(!BN_is_zero(e)) in test_exp()
1103 if(!BN_is_zero(&c)) in test_gf2m_add()
1157 if(!BN_is_zero(e)) in test_gf2m_mod()
1225 if(!BN_is_zero(f)) in test_gf2m_mod_mul()
1288 if(!BN_is_zero(d)) in test_gf2m_mod_sqr()
1475 if(!BN_is_zero(f)) in test_gf2m_mod_exp()
1534 if(!BN_is_zero(f)) in test_gf2m_mod_sqrt()
1598 if(!BN_is_zero(e)) in test_gf2m_mod_solve_quad()
1700 else if (BN_is_zero(r)) in test_kron()
1858 if(!BN_is_zero(d)) in test_lshift()
1907 if(!BN_is_zero(a)) in test_lshift1()
1953 if(!BN_is_zero(d)) in test_rshift()
1994 if(!BN_is_zero(c) && !BN_abs_is_word(c, 1)) in test_rshift1()