Home
last modified time | relevance | path

Searched refs:mont_q (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rsa/
Drsa_impl.c185 if (rsa->mont_q == NULL) { in freeze_private_key()
186 rsa->mont_q = BN_MONT_CTX_new_consttime(rsa->q, ctx); in freeze_private_key()
187 if (rsa->mont_q == NULL) { in freeze_private_key()
191 const BIGNUM *q_fixed = &rsa->mont_q->N; in freeze_private_key()
222 rsa->q, ctx, rsa->mont_q) && in freeze_private_key()
224 inv_small_mod_large_mont, rsa->mont_q, ctx); in freeze_private_key()
761 bn_less_than_montgomery_R(rsa->p, rsa->mont_q)) { in rsa_default_private_transform()
881 const BN_MONT_CTX *mont_p = rsa->mont_p, *mont_q = rsa->mont_q; in mod_exp() local
883 mont_p = rsa->mont_q; in mod_exp()
884 mont_q = rsa->mont_p; in mod_exp()
[all …]
Drsa.c149 BN_MONT_CTX_free(rsa->mont_q); in RSA_free()
/external/boringssl/src/crypto/fipsmodule/rsa/
Drsa_impl.c190 if (rsa->mont_q == NULL) { in freeze_private_key()
191 rsa->mont_q = BN_MONT_CTX_new_consttime(rsa->q, ctx); in freeze_private_key()
192 if (rsa->mont_q == NULL) { in freeze_private_key()
196 const BIGNUM *q_fixed = &rsa->mont_q->N; in freeze_private_key()
227 rsa->q, ctx, rsa->mont_q) && in freeze_private_key()
229 inv_small_mod_large_mont, rsa->mont_q, ctx); in freeze_private_key()
756 bn_less_than_montgomery_R(rsa->p, rsa->mont_q)) { in rsa_default_private_transform()
876 const BN_MONT_CTX *mont_p = rsa->mont_p, *mont_q = rsa->mont_q; in mod_exp() local
878 mont_p = rsa->mont_q; in mod_exp()
879 mont_q = rsa->mont_p; in mod_exp()
[all …]
Drsa.c149 BN_MONT_CTX_free(rsa->mont_q); in RSA_free()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Drsa.h721 BN_MONT_CTX *mont_q; member
/external/boringssl/src/include/openssl/
Drsa.h721 BN_MONT_CTX *mont_q; member
/external/boringssl/src/crypto/rsa_extra/
Drsa_test.cc936 EXPECT_FALSE(rsa->mont_q); in TEST()
/external/rust/crates/quiche/deps/boringssl/src/crypto/rsa_extra/
Drsa_test.cc934 EXPECT_FALSE(rsa->mont_q); in TEST()