Searched refs:rsa_mod_exp (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rsa/ |
H A D | rsa_meth.c | 168 return meth->rsa_mod_exp; in RSA_meth_get_mod_exp() 175 meth->rsa_mod_exp = mod_exp; in RSA_meth_set_mod_exp()
|
H A D | rsa_local.h | 79 int (*rsa_mod_exp) (BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx); member
|
H A D | rsa_ossl.c | 316 if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx)) in rsa_ossl_private_encrypt() 438 if (!rsa->meth->rsa_mod_exp(ret, f, rsa, ctx)) in rsa_ossl_private_decrypt()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rsa/ |
H A D | rsa_meth.c | 174 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 D | rsa_local.h | 114 int (*rsa_mod_exp) (BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx); member
|
H A D | rsa_ossl.c | 323 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()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | rsa.h | 91 void *rsa_mod_exp; member
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | RSA_set_method.pod | 110 int (*rsa_mod_exp)(BIGNUM *r0, BIGNUM *I, RSA *rsa); 123 * RSA_FLAG_EXT_PKEY - rsa_mod_exp is called for private key
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | RSA_set_method.pod | 103 int (*rsa_mod_exp)(BIGNUM *r0, BIGNUM *I, RSA *rsa); 116 * RSA_FLAG_EXT_PKEY - rsa_mod_exp is called for private key
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ |
H A D | CHANGES | 6440 *) Add a missing BN_CTX parameter to the 'rsa_mod_exp' callback in RSA_METHOD 12324 *) Added an extra RSA flag: RSA_FLAG_EXT_PKEY. Previously the rsa_mod_exp 12329 By setting RSA_FLAG_EXT_PKEY rsa_mod_exp will always be called for
|