Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/rsa/
H A Drsa_meth.c129 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 Drsa_locl.h21 int (*rsa_mod_exp)(BIGNUM *r0, const BIGNUM *I, RSA *rsa, member
H A Drsa_eay.c142 .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()