Home
last modified time | relevance | path

Searched refs:BN_MONT_CTX_new_consttime (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/
Dmontgomery.c246 BN_MONT_CTX *BN_MONT_CTX_new_consttime(const BIGNUM *mod, BN_CTX *ctx) { in BN_MONT_CTX_new_consttime() function
Dexponentiation.c625 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()
Dbn_test.cc629 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()
Dprime.c672 mont = BN_MONT_CTX_new_consttime(w, ctx); in BN_primality_test()
/external/boringssl/src/crypto/fipsmodule/rsa/
Drsa_impl.c177 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/
Dbn.h822 OPENSSL_EXPORT BN_MONT_CTX *BN_MONT_CTX_new_consttime(const BIGNUM *mod,