Searched refs:BN_with_flags (Results 1 – 13 of 13) sorted by relevance
| /freebsd/crypto/openssl/crypto/rsa/ |
| H A D | rsa_ossl.c | 392 BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME); in rsa_ossl_private_encrypt() 453 BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME); in derive_kdk() 636 BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME); in rsa_ossl_private_decrypt() 835 if (!(BN_with_flags(factor, rsa->p, BN_FLG_CONSTTIME), in rsa_ossl_mod_exp() 838 || !(BN_with_flags(factor, rsa->q, BN_FLG_CONSTTIME), in rsa_ossl_mod_exp() 847 BN_with_flags(factor, pinfo->r, BN_FLG_CONSTTIME); in rsa_ossl_mod_exp() 922 BN_with_flags(c, I, BN_FLG_CONSTTIME); in rsa_ossl_mod_exp() 935 BN_with_flags(dmq1, rsa->dmq1, BN_FLG_CONSTTIME); in rsa_ossl_mod_exp() 961 BN_with_flags(dmp1, rsa->dmp1, BN_FLG_CONSTTIME); in rsa_ossl_mod_exp() 994 BN_with_flags(cc, I, 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()
|
| /freebsd/crypto/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
|
| /freebsd/crypto/openssl/crypto/bn/ |
| H A 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()
|
| H A D | bn_lib.c | 1081 void BN_with_flags(BIGNUM *dest, const BIGNUM *b, int flags) in BN_with_flags() function
|
| /freebsd/crypto/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()
|
| /freebsd/crypto/openssl/crypto/srp/ |
| H A D | srp_lib.c | 225 BN_with_flags(xtmp, x, BN_FLG_CONSTTIME); in SRP_Calc_client_key_ex()
|
| /freebsd/crypto/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()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | bn.h | 94 void BN_with_flags(BIGNUM *dest, const BIGNUM *b, int flags);
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 585 BN_with_flags;
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 1178 MLINKS+= BN_copy.3 BN_with_flags.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 2866 BN_with_flags 2930 3_0_0 EXIST::FUNCTION:
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 12658 RSA_setup_blinding() to use BN_with_flags() on the modulus to
|