Home
last modified time | relevance | path

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

/trueos/crypto/openssl/crypto/engine/
HDeng_rsax.c537 BN_with_flags(p, rsa->p, BN_FLG_CONSTTIME); in e_rsax_rsa_mod_exp()
541 BN_with_flags(q, rsa->q, BN_FLG_CONSTTIME); in e_rsax_rsa_mod_exp()
573 BN_with_flags(c, I, BN_FLG_CONSTTIME); in e_rsax_rsa_mod_exp()
584 BN_with_flags(dmq1, rsa->dmq1, BN_FLG_CONSTTIME); in e_rsax_rsa_mod_exp()
596 BN_with_flags(c, I, BN_FLG_CONSTTIME); in e_rsax_rsa_mod_exp()
607 BN_with_flags(dmp1, rsa->dmp1, BN_FLG_CONSTTIME); in e_rsax_rsa_mod_exp()
632 BN_with_flags(pr1, r1, BN_FLG_CONSTTIME); in e_rsax_rsa_mod_exp()
684 BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME); in e_rsax_rsa_mod_exp()
/trueos/crypto/openssl/crypto/rsa/
HDrsa_eay.c434 BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME); in RSA_eay_private_encrypt()
562 BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME); in RSA_eay_private_decrypt()
742 BN_with_flags(p, rsa->p, BN_FLG_CONSTTIME); in RSA_eay_mod_exp()
746 BN_with_flags(q, rsa->q, BN_FLG_CONSTTIME); in RSA_eay_mod_exp()
770 BN_with_flags(c, I, BN_FLG_CONSTTIME); in RSA_eay_mod_exp()
781 BN_with_flags(dmq1, rsa->dmq1, BN_FLG_CONSTTIME); in RSA_eay_mod_exp()
790 BN_with_flags(c, I, BN_FLG_CONSTTIME); in RSA_eay_mod_exp()
801 BN_with_flags(dmp1, rsa->dmp1, BN_FLG_CONSTTIME); in RSA_eay_mod_exp()
823 BN_with_flags(pr1, r1, BN_FLG_CONSTTIME); in RSA_eay_mod_exp()
873 BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME); in RSA_eay_mod_exp()
HDrsa_gen.c206 BN_with_flags(pr0, r0, BN_FLG_CONSTTIME); in rsa_builtin_keygen()
215 BN_with_flags(d, rsa->d, BN_FLG_CONSTTIME); in rsa_builtin_keygen()
230 BN_with_flags(p, rsa->p, BN_FLG_CONSTTIME); in rsa_builtin_keygen()
HDrsa_crpt.c228 BN_with_flags(n, rsa->n, BN_FLG_CONSTTIME); in RSA_setup_blinding()
/trueos/crypto/openssl/crypto/dsa/
HDdsa_key.c124 BN_with_flags(prk, priv_key, BN_FLG_CONSTTIME); in dsa_builtin_keygen()
/trueos/crypto/openssl/crypto/bn/
HDbn_gcd.c586 BN_with_flags(pB, B, BN_FLG_CONSTTIME); in BN_mod_inverse_no_branch()
613 BN_with_flags(pA, A, BN_FLG_CONSTTIME); in BN_mod_inverse_no_branch()
HDbn.h310 # define BN_with_flags(dest,b,n) ((dest)->d=(b)->d, \ macro
/trueos/crypto/openssl/crypto/dh/
HDdh_key.c171 BN_with_flags(prk, priv_key, BN_FLG_CONSTTIME); in generate_key()
/trueos/crypto/openssl/
HDCHANGES2529 RSA_setup_blinding() to use BN_with_flags() on the modulus to