Searched refs:mont_q (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rsa/ |
D | rsa_impl.c | 185 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 …]
|
D | rsa.c | 149 BN_MONT_CTX_free(rsa->mont_q); in RSA_free()
|
/external/boringssl/src/crypto/fipsmodule/rsa/ |
D | rsa_impl.c | 190 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 …]
|
D | rsa.c | 149 BN_MONT_CTX_free(rsa->mont_q); in RSA_free()
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | rsa.h | 721 BN_MONT_CTX *mont_q; member
|
/external/boringssl/src/include/openssl/ |
D | rsa.h | 721 BN_MONT_CTX *mont_q; member
|
/external/boringssl/src/crypto/rsa_extra/ |
D | rsa_test.cc | 936 EXPECT_FALSE(rsa->mont_q); in TEST()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/rsa_extra/ |
D | rsa_test.cc | 934 EXPECT_FALSE(rsa->mont_q); in TEST()
|