Searched refs:BN_MONT_CTX_new_consttime (Results 1 – 6 of 6) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | montgomery.c | 246 BN_MONT_CTX *BN_MONT_CTX_new_consttime(const BIGNUM *mod, BN_CTX *ctx) { in BN_MONT_CTX_new_consttime() function
|
D | exponentiation.c | 625 new_mont = BN_MONT_CTX_new_consttime(m, ctx); in BN_mod_exp_mont() 941 new_mont = BN_MONT_CTX_new_consttime(m, ctx); in BN_mod_exp_mont_consttime()
|
D | bn_test.cc | 629 BN_MONT_CTX_new_consttime(m.get(), ctx)); in TestModMul() 1528 mont.reset(BN_MONT_CTX_new_consttime(b.get(), ctx())); in TEST_F() 1539 mont.reset(BN_MONT_CTX_new_consttime(b.get(), ctx())); in TEST_F() 2295 BN_MONT_CTX_new_consttime(p.get(), ctx())); in TEST_F() 2303 BN_MONT_CTX_new_consttime(p.get(), ctx())); in TEST_F()
|
D | prime.c | 672 mont = BN_MONT_CTX_new_consttime(w, ctx); in BN_primality_test()
|
/external/boringssl/src/crypto/fipsmodule/rsa/ |
D | rsa_impl.c | 177 rsa->mont_p = BN_MONT_CTX_new_consttime(rsa->p, ctx); in freeze_private_key() 185 rsa->mont_q = BN_MONT_CTX_new_consttime(rsa->q, ctx); in freeze_private_key()
|
/external/boringssl/src/include/openssl/ |
D | bn.h | 822 OPENSSL_EXPORT BN_MONT_CTX *BN_MONT_CTX_new_consttime(const BIGNUM *mod,
|