Lines Matching refs:rsa

85 (*RSA_meth_get_finish(const RSA_METHOD *meth))(RSA *rsa)  in RSA_meth_get_finish()
93 const unsigned char *from, unsigned char *to, RSA *rsa, int padding)) in RSA_meth_set_priv_enc() argument
102 const unsigned char *from, unsigned char *to, RSA *rsa, int padding)) in RSA_meth_set_priv_dec() argument
110 RSA_meth_set_finish(RSA_METHOD *meth, int (*finish)(RSA *rsa)) in RSA_meth_set_finish() argument
119 const unsigned char *from, unsigned char *to, RSA *rsa, int padding)) in RSA_meth_set_pub_enc() argument
128 const unsigned char *from, unsigned char *to, RSA *rsa, int padding)) in RSA_meth_set_pub_dec() argument
137 const BIGNUM *i, RSA *rsa, BN_CTX *ctx)) in RSA_meth_set_mod_exp() argument
155 RSA_meth_set_init(RSA_METHOD *meth, int (*init)(RSA *rsa)) in RSA_meth_set_init() argument
163 RSA_meth_set_keygen(RSA_METHOD *meth, int (*keygen)(RSA *rsa, int bits, in RSA_meth_set_keygen() argument
196 const unsigned char *from, unsigned char *to, RSA *rsa, int padding) in RSA_meth_get_pub_enc()
204 const unsigned char *from, unsigned char *to, RSA *rsa, int padding) in RSA_meth_get_pub_dec()
212 const unsigned char *from, unsigned char *to, RSA *rsa, int padding) in RSA_meth_get_priv_enc()
220 const unsigned char *from, unsigned char *to, RSA *rsa, int padding) in RSA_meth_get_priv_dec()
228 RSA *rsa, BN_CTX *ctx) in RSA_meth_get_mod_exp()
244 (*RSA_meth_get_init(const RSA_METHOD *meth))(RSA *rsa) in RSA_meth_get_init()
251 (*RSA_meth_get_keygen(const RSA_METHOD *meth))(RSA *rsa, int bits, BIGNUM *e, in RSA_meth_get_keygen()
276 const RSA *rsa) in RSA_meth_get_sign()
285 unsigned int *siglen, const RSA *rsa)) in RSA_meth_set_sign() argument
295 unsigned int siglen, const RSA *rsa) in RSA_meth_get_verify()
304 unsigned int siglen, const RSA *rsa)) in RSA_meth_set_verify() argument