Home
last modified time | relevance | path

Searched refs:RSA_FLAG_NO_EXP_CONSTTIME (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/lib/libssl/src/crypto/rsa/
Drsa_eay.c445 if (!(rsa->flags & RSA_FLAG_NO_EXP_CONSTTIME)) in RSA_eay_private_encrypt()
583 if (!(rsa->flags & RSA_FLAG_NO_EXP_CONSTTIME)) in RSA_eay_private_decrypt()
767 if (!(rsa->flags & RSA_FLAG_NO_EXP_CONSTTIME)) in RSA_eay_mod_exp()
778 if (!(rsa->flags & RSA_FLAG_NO_EXP_CONSTTIME)) in RSA_eay_mod_exp()
828 if (!(rsa->flags & RSA_FLAG_NO_EXP_CONSTTIME)) in RSA_eay_mod_exp()
Drsa_test.c244 if (v/3 > 1) key->flags |= RSA_FLAG_NO_EXP_CONSTTIME; in main()
Drsa.h192 #define RSA_FLAG_NO_EXP_CONSTTIME 0x0100 /* new with 0.9.7h; the built-in RSA macro