Lines Matching refs:BN_mod_exp_mont_consttime
478 if (!TEST_true(BN_mod_exp_mont_consttime(d, a, p, m, ctx, NULL)))
595 && TEST_true(BN_mod_exp_mont_consttime(c, a, b, n, ctx, mont))
602 * BN_mod_exp_mont_consttime should reduce the input first.
620 && TEST_true(BN_mod_exp_mont_consttime(c, a, b, n, ctx, mont))))
665 || !TEST_true(BN_mod_exp_mont_consttime(d, e, p, m, ctx, NULL))
675 if (!TEST_true(BN_mod_exp_mont_consttime(d, a, p, m, ctx, NULL))
688 || !TEST_true(BN_mod_exp_mont_consttime(d, e, p, m, ctx, NULL))
695 && TEST_true(BN_mod_exp_mont_consttime(d, e, p, m, ctx, NULL))
1658 || !TEST_true(BN_mod_exp_mont_consttime(ret, a, e, m,
2277 if (!TEST_false(BN_mod_exp_mont_consttime(a, BN_value_one(), BN_value_one(),
2299 if (!TEST_false(BN_mod_exp_mont_consttime(a, BN_value_one(), BN_value_one(),
2329 || !TEST_true(BN_mod_exp_mont_consttime(r, a, zero,
2370 || !TEST_true(BN_mod_exp_mont_consttime(r, a, p, m, NULL, NULL))