Lines Matching refs:rsa

104      unsigned char *to, RSA *rsa, int padding)  in RSA_meth_get_pub_enc()
111 unsigned char *to, RSA *rsa, in RSA_meth_set_pub_enc() argument
120 unsigned char *to, RSA *rsa, int padding) in RSA_meth_get_pub_dec()
127 unsigned char *to, RSA *rsa, in RSA_meth_set_pub_dec() argument
136 unsigned char *to, RSA *rsa, int padding) in RSA_meth_get_priv_enc()
143 unsigned char *to, RSA *rsa, in RSA_meth_set_priv_enc() argument
152 unsigned char *to, RSA *rsa, int padding) in RSA_meth_get_priv_dec()
159 unsigned char *to, RSA *rsa, in RSA_meth_set_priv_dec() argument
168 (BIGNUM *r0, const BIGNUM *i, RSA *rsa, BN_CTX *ctx) in RSA_meth_get_mod_exp()
174 int (*mod_exp) (BIGNUM *r0, const BIGNUM *i, RSA *rsa, in RSA_meth_set_mod_exp() argument
202 int (*RSA_meth_get_init(const RSA_METHOD *meth)) (RSA *rsa) in RSA_meth_get_init()
207 int RSA_meth_set_init(RSA_METHOD *meth, int (*init) (RSA *rsa)) in RSA_meth_set_init() argument
214 int (*RSA_meth_get_finish(const RSA_METHOD *meth)) (RSA *rsa) in RSA_meth_get_finish()
219 int RSA_meth_set_finish(RSA_METHOD *meth, int (*finish) (RSA *rsa)) in RSA_meth_set_finish() argument
229 const RSA *rsa) in RSA_meth_get_sign()
238 const RSA *rsa)) in RSA_meth_set_sign() argument
247 unsigned int siglen, const RSA *rsa) in RSA_meth_get_verify()
256 unsigned int siglen, const RSA *rsa)) in RSA_meth_set_verify() argument
263 (RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb) in RSA_meth_get_keygen()
269 int (*keygen) (RSA *rsa, int bits, BIGNUM *e, in RSA_meth_set_keygen()
277 (RSA *rsa, int bits, int primes, BIGNUM *e, BN_GENCB *cb) in RSA_meth_get_multi_prime_keygen()
283 int (*keygen) (RSA *rsa, int bits, in RSA_meth_set_multi_prime_keygen()