Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_meth.c174 return meth->rsa_mod_exp; in RSA_meth_get_mod_exp()
181 meth->rsa_mod_exp = mod_exp; in RSA_meth_set_mod_exp()
H A Drsa_local.h114 int (*rsa_mod_exp) (BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx); member
H A Drsa_ossl.c323 if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx)) in rsa_ossl_private_encrypt()
448 if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx)) in rsa_ossl_private_decrypt()
/freebsd/crypto/openssl/doc/man3/
H A DRSA_set_method.pod110 int (*rsa_mod_exp)(BIGNUM *r0, BIGNUM *I, RSA *rsa);
123 * RSA_FLAG_EXT_PKEY - rsa_mod_exp is called for private key
/freebsd/crypto/openssl/
H A DCHANGES.md11350 * Add a missing BN_CTX parameter to the 'rsa_mod_exp' callback in RSA_METHOD
18061 * Added an extra RSA flag: RSA_FLAG_EXT_PKEY. Previously the rsa_mod_exp
18066 By setting RSA_FLAG_EXT_PKEY rsa_mod_exp will always be called for