Searched refs:BN_mod_exp_mont_consttime (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/bn/ |
D | bn_test.cc | 1155 if (BN_mod_exp_mont_consttime(d.get(), a.get(), b.get(), c.get(), ctx, in test_mod_exp_mont_consttime() 1165 if (BN_mod_exp_mont_consttime(d.get(), a.get(), b.get(), c.get(), ctx, in test_mod_exp_mont_consttime() 1178 !BN_mod_exp_mont_consttime(d.get(), a.get(), b.get(), c.get(), ctx, in test_mod_exp_mont_consttime() 1221 if (!BN_mod_exp_mont_consttime(d.get(), a.get(), p.get(), m.get(), ctx, in test_mod_exp_mont5() 1234 if (!BN_mod_exp_mont_consttime(d.get(), a.get(), p.get(), m.get(), ctx, in test_mod_exp_mont5() 1249 !BN_mod_exp_mont_consttime(d.get(), e.get(), p.get(), m.get(), ctx, in test_mod_exp_mont5() 1260 !BN_mod_exp_mont_consttime(d.get(), e.get(), p.get(), m.get(), ctx, in test_mod_exp_mont5() 1330 !BN_mod_exp_mont_consttime(r.get(), a.get(), zero.get(), BN_value_one(), in test_exp_mod_zero()
|
D | exponentiation.c | 630 return BN_mod_exp_mont_consttime(rr, a, p, m, ctx, mont); in BN_mod_exp_mont() 864 int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, in BN_mod_exp_mont_consttime() function
|
/external/boringssl/src/crypto/ecdsa/ |
D | ecdsa.c | 329 if (!BN_mod_exp_mont_consttime(k, k, X, order, ctx, in ecdsa_sign_setup()
|
/external/boringssl/src/include/openssl/ |
D | bn.h | 795 OPENSSL_EXPORT int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a,
|