Searched refs:rsa_mod_exp (Results 1 – 3 of 3) sorted by relevance
/openbsd/lib/libcrypto/rsa/ |
H A D | rsa_eay.c | 387 if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx)) in rsa_private_encrypt() 507 if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx)) in rsa_private_decrypt() 658 rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) in rsa_mod_exp() function 831 .rsa_mod_exp = rsa_mod_exp,
|
H A D | rsa_meth.c | 139 meth->rsa_mod_exp = mod_exp; in RSA_meth_set_mod_exp() 230 return meth->rsa_mod_exp; in RSA_meth_get_mod_exp()
|
H A D | rsa_local.h | 73 int (*rsa_mod_exp)(BIGNUM *r0, const BIGNUM *I, RSA *rsa, member
|