Symbol: BN_mod_exp_mont_consttime
crypto/openssl/crypto/bn/bn_exp.c
1505
ret = BN_mod_exp_mont_consttime(rr1, a1, p1, m1, ctx, in_mont1);
crypto/openssl/crypto/bn/bn_exp.c
1507
ret &= BN_mod_exp_mont_consttime(rr2, a2, p2, m2, ctx, in_mont2);
crypto/openssl/crypto/bn/bn_exp.c
335
return BN_mod_exp_mont_consttime(rr, a, p, m, ctx, in_mont);
crypto/openssl/include/openssl/bn.h
314
int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
crypto/openssl/test/bntest.c
1734
|| !TEST_true(BN_mod_exp_mont_consttime(ret, a, e, m,
crypto/openssl/test/bntest.c
2552
if (!TEST_false(BN_mod_exp_mont_consttime(a, BN_value_one(), BN_value_one(),
crypto/openssl/test/bntest.c
2574
if (!TEST_false(BN_mod_exp_mont_consttime(a, BN_value_one(), BN_value_one(),
crypto/openssl/test/bntest.c
2604
|| !TEST_true(BN_mod_exp_mont_consttime(r, a, zero,
crypto/openssl/test/bntest.c
2645
|| !TEST_true(BN_mod_exp_mont_consttime(r, a, p, m, NULL, NULL))
crypto/openssl/test/bntest.c
497
if (!TEST_true(BN_mod_exp_mont_consttime(d, a, p, m, ctx, NULL)))
crypto/openssl/test/bntest.c
614
&& TEST_true(BN_mod_exp_mont_consttime(c, a, b, n, ctx, mont))
crypto/openssl/test/bntest.c
639
&& TEST_true(BN_mod_exp_mont_consttime(c, a, b, n, ctx, mont))))
crypto/openssl/test/bntest.c
687
|| !TEST_true(BN_mod_exp_mont_consttime(d, e, p, m, ctx, NULL))
crypto/openssl/test/bntest.c
697
if (!TEST_true(BN_mod_exp_mont_consttime(d, a, p, m, ctx, NULL))
crypto/openssl/test/bntest.c
710
|| !TEST_true(BN_mod_exp_mont_consttime(d, e, p, m, ctx, NULL))
crypto/openssl/test/bntest.c
717
&& TEST_true(BN_mod_exp_mont_consttime(d, e, p, m, ctx, NULL))
crypto/openssl/test/exptest.c
103
if (!TEST_false(BN_mod_exp_mont_consttime(r, p, a, m, ctx, mont)))
crypto/openssl/test/exptest.c
113
if (!TEST_true(BN_mod_exp_mont_consttime(r, p, a, m, ctx, mont)))
crypto/openssl/test/exptest.c
202
|| !TEST_true(BN_mod_exp_mont_consttime(r_mont_const, a, b, m, ctx, NULL)))
crypto/openssl/test/exptest.c
92
if (!TEST_true(BN_mod_exp_mont_consttime(r, a, p, m, ctx, NULL)))