Searched refs:rsa_mod_exp (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/crypto/libressl/crypto/rsa/ |
H A D | rsa_meth.c | 129 meth->rsa_mod_exp = mod_exp; in RSA_meth_set_mod_exp() 209 return meth->rsa_mod_exp; in RSA_meth_get_mod_exp()
|
H A D | rsa_locl.h | 21 int (*rsa_mod_exp)(BIGNUM *r0, const BIGNUM *I, RSA *rsa, member
|
H A D | rsa_eay.c | 142 .rsa_mod_exp = RSA_eay_mod_exp, 426 if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx)) in RSA_eay_private_encrypt() 545 if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx)) in RSA_eay_private_decrypt()
|