Searched refs:BN_with_flags (Results 1 – 12 of 12) sorted by relevance
| /freebsd-9-stable/crypto/openssl/crypto/rsa/ |
| D | rsa_eay.c | 432 BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME); in RSA_eay_private_encrypt() 560 BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME); in RSA_eay_private_decrypt() 740 BN_with_flags(p, rsa->p, BN_FLG_CONSTTIME); in RSA_eay_mod_exp() 744 BN_with_flags(q, rsa->q, BN_FLG_CONSTTIME); in RSA_eay_mod_exp() 768 BN_with_flags(c, I, BN_FLG_CONSTTIME); in RSA_eay_mod_exp() 779 BN_with_flags(dmq1, rsa->dmq1, BN_FLG_CONSTTIME); in RSA_eay_mod_exp() 788 BN_with_flags(c, I, BN_FLG_CONSTTIME); in RSA_eay_mod_exp() 799 BN_with_flags(dmp1, rsa->dmp1, BN_FLG_CONSTTIME); in RSA_eay_mod_exp() 821 BN_with_flags(pr1, r1, BN_FLG_CONSTTIME); in RSA_eay_mod_exp() 871 BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME); in RSA_eay_mod_exp()
|
| D | rsa_gen.c | 194 BN_with_flags(pr0, r0, BN_FLG_CONSTTIME); in rsa_builtin_keygen() 203 BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME); in rsa_builtin_keygen() 218 BN_with_flags(p, rsa->p, BN_FLG_CONSTTIME); in rsa_builtin_keygen()
|
| D | rsa_lib.c | 209 BN_with_flags(n, rsa->n, BN_FLG_CONSTTIME); in RSA_setup_blinding()
|
| /freebsd-9-stable/crypto/openssl/fips/rsa/ |
| D | fips_rsa_eay.c | 447 BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME); in RSA_eay_private_encrypt() 574 BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME); in RSA_eay_private_decrypt() 778 BN_with_flags(c, I, BN_FLG_CONSTTIME); in RSA_eay_mod_exp() 789 BN_with_flags(dmq1, rsa->dmq1, BN_FLG_CONSTTIME); in RSA_eay_mod_exp() 798 BN_with_flags(c, I, BN_FLG_CONSTTIME); in RSA_eay_mod_exp() 809 BN_with_flags(dmp1, rsa->dmp1, BN_FLG_CONSTTIME); in RSA_eay_mod_exp() 831 BN_with_flags(pr1, r1, BN_FLG_CONSTTIME); in RSA_eay_mod_exp() 881 BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME); in RSA_eay_mod_exp()
|
| D | fips_rsa_gen.c | 276 BN_with_flags(pr0, r0, BN_FLG_CONSTTIME); in rsa_builtin_keygen() 285 BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME); in rsa_builtin_keygen() 300 BN_with_flags(p, rsa->p, BN_FLG_CONSTTIME); in rsa_builtin_keygen()
|
| /freebsd-9-stable/crypto/openssl/crypto/dsa/ |
| D | dsa_key.c | 111 BN_with_flags(prk, priv_key, BN_FLG_CONSTTIME); in dsa_builtin_keygen()
|
| /freebsd-9-stable/crypto/openssl/fips/dsa/ |
| D | fips_dsa_key.c | 142 BN_with_flags(prk, priv_key, BN_FLG_CONSTTIME); in dsa_builtin_keygen()
|
| /freebsd-9-stable/crypto/openssl/crypto/bn/ |
| D | bn_gcd.c | 585 BN_with_flags(pB, B, BN_FLG_CONSTTIME); in BN_mod_inverse_no_branch() 612 BN_with_flags(pA, A, BN_FLG_CONSTTIME); in BN_mod_inverse_no_branch()
|
| D | bn.h | 281 # define BN_with_flags(dest,b,n) ((dest)->d=(b)->d, \ macro
|
| /freebsd-9-stable/crypto/openssl/crypto/dh/ |
| D | dh_key.c | 152 BN_with_flags(prk, priv_key, BN_FLG_CONSTTIME); in generate_key()
|
| /freebsd-9-stable/crypto/openssl/fips/dh/ |
| D | fips_dh_key.c | 161 BN_with_flags(prk, priv_key, BN_FLG_CONSTTIME); in generate_key()
|
| /freebsd-9-stable/crypto/openssl/ |
| D | CHANGES | 1225 RSA_setup_blinding() to use BN_with_flags() on the modulus to
|