Searched refs:BN_with_flags (Results 1 – 11 of 11) sorted by relevance
/openssl/crypto/rsa/ |
H A D | rsa_ossl.c | 396 BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME); in rsa_ossl_private_encrypt() 457 BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME); in derive_kdk() 644 BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME); in rsa_ossl_private_decrypt() 930 BN_with_flags(c, I, BN_FLG_CONSTTIME); in rsa_ossl_mod_exp() 943 BN_with_flags(dmq1, rsa->dmq1, BN_FLG_CONSTTIME); in rsa_ossl_mod_exp() 969 BN_with_flags(dmp1, rsa->dmp1, BN_FLG_CONSTTIME); in rsa_ossl_mod_exp() 1002 BN_with_flags(cc, I, BN_FLG_CONSTTIME); in rsa_ossl_mod_exp() 1003 BN_with_flags(di, pinfo->d, BN_FLG_CONSTTIME); in rsa_ossl_mod_exp() 1040 BN_with_flags(pr1, r1, BN_FLG_CONSTTIME); in rsa_ossl_mod_exp() 1085 BN_with_flags(pr2, r2, BN_FLG_CONSTTIME); in rsa_ossl_mod_exp() [all …]
|
H A D | rsa_crpt.c | 153 BN_with_flags(n, rsa->n, BN_FLG_CONSTTIME); in RSA_setup_blinding()
|
/openssl/doc/man3/ |
H A 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
|
/openssl/crypto/dsa/ |
H A D | dsa_key.c | 50 BN_with_flags(prk, priv_key, BN_FLG_CONSTTIME); in ossl_dsa_generate_public_key()
|
/openssl/crypto/bn/ |
H A D | bn_gcd.c | 68 BN_with_flags(&local_B, B, BN_FLG_CONSTTIME); in bn_mod_inverse_no_branch() 99 BN_with_flags(&local_A, A, BN_FLG_CONSTTIME); in bn_mod_inverse_no_branch()
|
H A D | bn_lib.c | 1083 void BN_with_flags(BIGNUM *dest, const BIGNUM *b, int flags) in BN_with_flags() function
|
/openssl/crypto/srp/ |
H A D | srp_lib.c | 230 BN_with_flags(xtmp, x, BN_FLG_CONSTTIME); in SRP_Calc_client_key_ex()
|
/openssl/crypto/dh/ |
H A D | dh_key.c | 253 BN_with_flags(prk, priv_key, BN_FLG_CONSTTIME); in ossl_dh_generate_public_key()
|
/openssl/include/openssl/ |
H A D | bn.h | 94 void BN_with_flags(BIGNUM *dest, const BIGNUM *b, int flags);
|
/openssl/util/ |
H A D | libcrypto.num | 2866 BN_with_flags 2930 3_0_0 EXIST::FUNCTION:
|
/openssl/ |
H A D | CHANGES.md | 11835 RSA_setup_blinding() to use BN_with_flags() on the modulus to
|
Completed in 99 milliseconds