Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/rsa/
H A Drsa_eay.c387 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 Drsa_meth.c139 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 Drsa_local.h73 int (*rsa_mod_exp)(BIGNUM *r0, const BIGNUM *I, RSA *rsa, member