Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/rsa/
Drsa_eay.c432 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()
Drsa_gen.c194 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()
Drsa_lib.c209 BN_with_flags(n, rsa->n, BN_FLG_CONSTTIME); in RSA_setup_blinding()
/freebsd-9-stable/crypto/openssl/fips/rsa/
Dfips_rsa_eay.c447 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()
Dfips_rsa_gen.c276 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/
Ddsa_key.c111 BN_with_flags(prk, priv_key, BN_FLG_CONSTTIME); in dsa_builtin_keygen()
/freebsd-9-stable/crypto/openssl/fips/dsa/
Dfips_dsa_key.c142 BN_with_flags(prk, priv_key, BN_FLG_CONSTTIME); in dsa_builtin_keygen()
/freebsd-9-stable/crypto/openssl/crypto/bn/
Dbn_gcd.c585 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()
Dbn.h281 # define BN_with_flags(dest,b,n) ((dest)->d=(b)->d, \ macro
/freebsd-9-stable/crypto/openssl/crypto/dh/
Ddh_key.c152 BN_with_flags(prk, priv_key, BN_FLG_CONSTTIME); in generate_key()
/freebsd-9-stable/crypto/openssl/fips/dh/
Dfips_dh_key.c161 BN_with_flags(prk, priv_key, BN_FLG_CONSTTIME); in generate_key()
/freebsd-9-stable/crypto/openssl/
DCHANGES1225 RSA_setup_blinding() to use BN_with_flags() on the modulus to