Lines Matching refs:BN_div
422 if (BN_div(d, c, a, b, ctx)) { in test_div()
438 CHECK_GOTO(BN_div(d, c, a, b, ctx)); in test_div()
675 CHECK_GOTO(BN_div(d, e, c, a, ctx)); in test_mul()
722 CHECK_GOTO(BN_div(d, e, c, a, ctx)); in test_sqr()
911 CHECK_GOTO(BN_div(d, e, a, b, ctx)); in test_mod()
994 CHECK_GOTO(BN_div(a, b, d, c, ctx)); in test_mod_mul()
1071 CHECK_GOTO(BN_div(a, b, e, c, ctx)); in test_mod_exp()
1100 CHECK_GOTO(BN_div(a, b, e, c, ctx)); in test_mod_exp()
1129 CHECK_GOTO(BN_div(a, b, e, c, ctx)); in test_mod_exp()
1203 CHECK_GOTO(BN_div(a, b, e, c, ctx)); in test_mod_exp_mont_consttime()
1793 CHECK_GOTO(BN_div(d, e, a, c, ctx)); in test_rshift()