Searched refs:BN_with_flags (Results 1 – 9 of 9) sorted by relevance
| /trueos/crypto/openssl/crypto/engine/ |
| HD | eng_rsax.c | 537 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/ |
| HD | rsa_eay.c | 434 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()
|
| HD | rsa_gen.c | 206 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()
|
| HD | rsa_crpt.c | 228 BN_with_flags(n, rsa->n, BN_FLG_CONSTTIME); in RSA_setup_blinding()
|
| /trueos/crypto/openssl/crypto/dsa/ |
| HD | dsa_key.c | 124 BN_with_flags(prk, priv_key, BN_FLG_CONSTTIME); in dsa_builtin_keygen()
|
| /trueos/crypto/openssl/crypto/bn/ |
| HD | bn_gcd.c | 586 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()
|
| HD | bn.h | 310 # define BN_with_flags(dest,b,n) ((dest)->d=(b)->d, \ macro
|
| /trueos/crypto/openssl/crypto/dh/ |
| HD | dh_key.c | 171 BN_with_flags(prk, priv_key, BN_FLG_CONSTTIME); in generate_key()
|
| /trueos/crypto/openssl/ |
| HD | CHANGES | 2529 RSA_setup_blinding() to use BN_with_flags() on the modulus to
|