Home
last modified time | relevance | path

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

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/fipsmodule/bn/
H A Dmontgomery.c246 BN_MONT_CTX *BN_MONT_CTX_new_consttime(const BIGNUM *mod, BN_CTX *ctx) { in BN_MONT_CTX_new_consttime() function
H A 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()
H A Dbn_test.cc631 BN_MONT_CTX_new_consttime(m.get(), ctx)); in TestModMul()
1546 mont.reset(BN_MONT_CTX_new_consttime(b.get(), ctx())); in TEST_F()
1557 mont.reset(BN_MONT_CTX_new_consttime(b.get(), ctx())); in TEST_F()
2314 BN_MONT_CTX_new_consttime(w.get(), ctx())); in TEST_F()
2606 BN_MONT_CTX_new_consttime(p.get(), ctx())); in TEST_F()
2614 BN_MONT_CTX_new_consttime(p.get(), ctx())); in TEST_F()
/dports/security/boringssl/boringssl-6a71840/crypto/fipsmodule/bn/
H A Dmontgomery.c246 BN_MONT_CTX *BN_MONT_CTX_new_consttime(const BIGNUM *mod, BN_CTX *ctx) { in BN_MONT_CTX_new_consttime() function
H A 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()
H A Dbn_test.cc631 BN_MONT_CTX_new_consttime(m.get(), ctx)); in TestModMul()
1546 mont.reset(BN_MONT_CTX_new_consttime(b.get(), ctx())); in TEST_F()
1557 mont.reset(BN_MONT_CTX_new_consttime(b.get(), ctx())); in TEST_F()
2314 BN_MONT_CTX_new_consttime(w.get(), ctx())); in TEST_F()
2606 BN_MONT_CTX_new_consttime(p.get(), ctx())); in TEST_F()
2614 BN_MONT_CTX_new_consttime(p.get(), ctx())); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/fipsmodule/bn/
H A Dmontgomery.c246 BN_MONT_CTX *BN_MONT_CTX_new_consttime(const BIGNUM *mod, BN_CTX *ctx) { in BN_MONT_CTX_new_consttime() function
H A 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()
H A Dbn_test.cc631 BN_MONT_CTX_new_consttime(m.get(), ctx)); in TestModMul()
1530 mont.reset(BN_MONT_CTX_new_consttime(b.get(), ctx())); in TEST_F()
1541 mont.reset(BN_MONT_CTX_new_consttime(b.get(), ctx())); in TEST_F()
2298 BN_MONT_CTX_new_consttime(w.get(), ctx())); in TEST_F()
2590 BN_MONT_CTX_new_consttime(p.get(), ctx())); in TEST_F()
2598 BN_MONT_CTX_new_consttime(p.get(), ctx())); in TEST_F()
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/crypto/fipsmodule/bn/
H A Dmontgomery.c246 BN_MONT_CTX *BN_MONT_CTX_new_consttime(const BIGNUM *mod, BN_CTX *ctx) { in BN_MONT_CTX_new_consttime() function
H A 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()
H A Dbn_test.cc631 BN_MONT_CTX_new_consttime(m.get(), ctx)); in TestModMul()
1546 mont.reset(BN_MONT_CTX_new_consttime(b.get(), ctx())); in TEST_F()
1557 mont.reset(BN_MONT_CTX_new_consttime(b.get(), ctx())); in TEST_F()
2314 BN_MONT_CTX_new_consttime(w.get(), ctx())); in TEST_F()
2606 BN_MONT_CTX_new_consttime(p.get(), ctx())); in TEST_F()
2614 BN_MONT_CTX_new_consttime(p.get(), ctx())); in TEST_F()
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/fipsmodule/bn/
H A Dmontgomery.c246 BN_MONT_CTX *BN_MONT_CTX_new_consttime(const BIGNUM *mod, BN_CTX *ctx) { in BN_MONT_CTX_new_consttime() function
H A 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()
H A Dbn_test.cc631 BN_MONT_CTX_new_consttime(m.get(), ctx)); in TestModMul()
1546 mont.reset(BN_MONT_CTX_new_consttime(b.get(), ctx())); in TEST_F()
1557 mont.reset(BN_MONT_CTX_new_consttime(b.get(), ctx())); in TEST_F()
2314 BN_MONT_CTX_new_consttime(w.get(), ctx())); in TEST_F()
2606 BN_MONT_CTX_new_consttime(p.get(), ctx())); in TEST_F()
2614 BN_MONT_CTX_new_consttime(p.get(), ctx())); in TEST_F()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/boringssl-with-bazel/src/crypto/fipsmodule/bn/
H A Dmontgomery.c246 BN_MONT_CTX *BN_MONT_CTX_new_consttime(const BIGNUM *mod, BN_CTX *ctx) {
H A Dexponentiation.c625 new_mont = BN_MONT_CTX_new_consttime(m, ctx);
941 new_mont = BN_MONT_CTX_new_consttime(m, ctx);
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/crypto/fipsmodule/bn/
H A Dmontgomery.c246 BN_MONT_CTX *BN_MONT_CTX_new_consttime(const BIGNUM *mod, BN_CTX *ctx) { in BN_MONT_CTX_new_consttime() function
H A 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()
H A Dbn_test.cc652 BN_MONT_CTX_new_consttime(m.get(), ctx)); in TestModMul()
1567 mont.reset(BN_MONT_CTX_new_consttime(b.get(), ctx())); in TEST_F()
1578 mont.reset(BN_MONT_CTX_new_consttime(b.get(), ctx())); in TEST_F()
2335 BN_MONT_CTX_new_consttime(w.get(), ctx())); in TEST_F()
2627 BN_MONT_CTX_new_consttime(p.get(), ctx())); in TEST_F()
2635 BN_MONT_CTX_new_consttime(p.get(), ctx())); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/fipsmodule/rsa/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/fipsmodule/rsa/
H A Drsa_impl.c183 rsa->mont_p = BN_MONT_CTX_new_consttime(rsa->p, ctx); in freeze_private_key()
191 rsa->mont_q = BN_MONT_CTX_new_consttime(rsa->q, ctx); in freeze_private_key()
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/fipsmodule/rsa/
H A Drsa_impl.c183 rsa->mont_p = BN_MONT_CTX_new_consttime(rsa->p, ctx); in freeze_private_key()
191 rsa->mont_q = BN_MONT_CTX_new_consttime(rsa->q, ctx); in freeze_private_key()
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/crypto/fipsmodule/rsa/
H A Drsa_impl.c183 rsa->mont_p = BN_MONT_CTX_new_consttime(rsa->p, ctx); in freeze_private_key()
191 rsa->mont_q = BN_MONT_CTX_new_consttime(rsa->q, ctx); in freeze_private_key()
/dports/security/boringssl/boringssl-6a71840/crypto/fipsmodule/rsa/
H A Drsa_impl.c178 rsa->mont_p = BN_MONT_CTX_new_consttime(rsa->p, ctx); in freeze_private_key()
186 rsa->mont_q = BN_MONT_CTX_new_consttime(rsa->q, ctx); in freeze_private_key()

12