Searched refs:BN_with_flags (Results 1 – 13 of 13) sorted by relevance
/third_party/openssl/crypto/rsa/ |
D | rsa_ossl.c | 335 BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME); in rsa_ossl_private_encrypt() 455 BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME); in rsa_ossl_private_decrypt() 653 if (!(BN_with_flags(factor, rsa->p, BN_FLG_CONSTTIME), in rsa_ossl_mod_exp() 656 || !(BN_with_flags(factor, rsa->q, BN_FLG_CONSTTIME), in rsa_ossl_mod_exp() 665 BN_with_flags(factor, pinfo->r, BN_FLG_CONSTTIME); in rsa_ossl_mod_exp() 740 BN_with_flags(c, I, BN_FLG_CONSTTIME); in rsa_ossl_mod_exp() 753 BN_with_flags(dmq1, rsa->dmq1, BN_FLG_CONSTTIME); in rsa_ossl_mod_exp() 779 BN_with_flags(dmp1, rsa->dmp1, BN_FLG_CONSTTIME); in rsa_ossl_mod_exp() 812 BN_with_flags(cc, I, BN_FLG_CONSTTIME); in rsa_ossl_mod_exp() 813 BN_with_flags(di, pinfo->d, BN_FLG_CONSTTIME); in rsa_ossl_mod_exp() [all …]
|
D | rsa_gen.c | 347 BN_with_flags(pr0, r0, BN_FLG_CONSTTIME); in rsa_multiprime_keygen() 362 BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME); in rsa_multiprime_keygen() 390 BN_with_flags(p, rsa->p, BN_FLG_CONSTTIME); in rsa_multiprime_keygen() 401 BN_with_flags(p, pinfo->r, BN_FLG_CONSTTIME); in rsa_multiprime_keygen()
|
D | rsa_crpt.c | 153 BN_with_flags(n, rsa->n, BN_FLG_CONSTTIME); in RSA_setup_blinding()
|
/third_party/openssl/doc/man3/ |
D | BN_copy.pod | 5 BN_copy, BN_dup, BN_with_flags - copy BIGNUMs 15 void BN_with_flags(BIGNUM *dest, const BIGNUM *b, int flags); 22 BN_with_flags creates a B<temporary> shallow copy of B<b> in B<dest>. It places
|
/third_party/openssl/crypto/bn/ |
D | bn_gcd.c | 67 BN_with_flags(&local_B, B, BN_FLG_CONSTTIME); in bn_mod_inverse_no_branch() 98 BN_with_flags(&local_A, A, BN_FLG_CONSTTIME); in bn_mod_inverse_no_branch()
|
D | bn_lib.c | 954 void BN_with_flags(BIGNUM *dest, const BIGNUM *b, int flags) in BN_with_flags() function
|
/third_party/openssl/crypto/dsa/ |
D | dsa_key.c | 51 BN_with_flags(prk, priv_key, BN_FLG_CONSTTIME); in ossl_dsa_generate_public_key()
|
/third_party/openssl/crypto/dh/ |
D | dh_key.c | 250 BN_with_flags(prk, priv_key, BN_FLG_CONSTTIME); in ossl_dh_generate_public_key()
|
/third_party/openssl/crypto/srp/ |
D | srp_lib.c | 230 BN_with_flags(xtmp, x, BN_FLG_CONSTTIME); in SRP_Calc_client_key_ex()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | bn.h | 88 void BN_with_flags(BIGNUM *dest, const BIGNUM *b, int flags);
|
/third_party/openssl/include/openssl/ |
D | bn.h | 94 void BN_with_flags(BIGNUM *dest, const BIGNUM *b, int flags);
|
/third_party/openssl/util/ |
D | libcrypto.num | 2866 BN_with_flags 2930 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/ |
D | CHANGES.md | 10460 RSA_setup_blinding() to use BN_with_flags() on the modulus to
|