Lines Matching refs:rsa
66 unsigned char *to, RSA *rsa, int padding);
68 unsigned char *to, RSA *rsa, int padding);
70 unsigned char *to, RSA *rsa, int padding);
72 unsigned char *to, RSA *rsa, int padding);
73 int (*rsa_mod_exp)(BIGNUM *r0, const BIGNUM *I, RSA *rsa,
77 int (*init)(RSA *rsa); /* called at new */
78 int (*finish)(RSA *rsa); /* called at free */
87 unsigned char *sigret, unsigned int *siglen, const RSA *rsa);
90 unsigned int siglen, const RSA *rsa);
95 int (*rsa_keygen)(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
137 const unsigned char *sigbuf, size_t siglen, RSA *rsa);
152 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx);