Home
last modified time | relevance | path

Searched refs:BN_with_flags (Results 1 – 13 of 13) sorted by relevance

/third_party/openssl/crypto/rsa/
Drsa_ossl.c335 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 …]
Drsa_gen.c347 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()
Drsa_crpt.c153 BN_with_flags(n, rsa->n, BN_FLG_CONSTTIME); in RSA_setup_blinding()
/third_party/openssl/doc/man3/
DBN_copy.pod5 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/
Dbn_gcd.c67 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()
Dbn_lib.c954 void BN_with_flags(BIGNUM *dest, const BIGNUM *b, int flags) in BN_with_flags() function
/third_party/openssl/crypto/dsa/
Ddsa_key.c51 BN_with_flags(prk, priv_key, BN_FLG_CONSTTIME); in ossl_dsa_generate_public_key()
/third_party/openssl/crypto/dh/
Ddh_key.c250 BN_with_flags(prk, priv_key, BN_FLG_CONSTTIME); in ossl_dh_generate_public_key()
/third_party/openssl/crypto/srp/
Dsrp_lib.c230 BN_with_flags(xtmp, x, BN_FLG_CONSTTIME); in SRP_Calc_client_key_ex()
/third_party/openssl/ohos_lite/include/openssl/
Dbn.h88 void BN_with_flags(BIGNUM *dest, const BIGNUM *b, int flags);
/third_party/openssl/include/openssl/
Dbn.h94 void BN_with_flags(BIGNUM *dest, const BIGNUM *b, int flags);
/third_party/openssl/util/
Dlibcrypto.num2866 BN_with_flags 2930 3_0_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES.md10460 RSA_setup_blinding() to use BN_with_flags() on the modulus to