Lines Matching refs:RSA
126 void RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **e,
131 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
135 void RSA_get0_crt_params(const RSA *r, const BIGNUM **dmp1, const BIGNUM **dmq1,
140 int RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp);
144 void RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q);
148 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q);
203 int (*RSA_meth_get_finish(const RSA_METHOD *meth))(RSA *rsa);
208 const unsigned char *from, unsigned char *to, RSA *rsa, int padding));
213 const unsigned char *from, unsigned char *to, RSA *rsa, int padding));
217 int RSA_meth_set_finish(RSA_METHOD *meth, int (*finish)(RSA *rsa));
221 RSA *EVP_PKEY_get0_RSA(EVP_PKEY *pkey);