Lines Matching refs:rsa
21 #include <openssl/rsa.h>
42 unsigned char *to, RSA *rsa, int padding);
43 int RSA_meth_set_pub_enc(RSA_METHOD *rsa,
45 unsigned char *to, RSA *rsa,
50 unsigned char *to, RSA *rsa, int padding);
51 int RSA_meth_set_pub_dec(RSA_METHOD *rsa,
53 unsigned char *to, RSA *rsa,
57 unsigned char *to, RSA *rsa,
59 int RSA_meth_set_priv_enc(RSA_METHOD *rsa,
61 unsigned char *to, RSA *rsa, int padding));
64 unsigned char *to, RSA *rsa,
66 int RSA_meth_set_priv_dec(RSA_METHOD *rsa,
68 unsigned char *to, RSA *rsa, int padding));
72 RSA *rsa, BN_CTX *ctx);
73 int RSA_meth_set_mod_exp(RSA_METHOD *rsa,
74 int (*mod_exp)(BIGNUM *r0, const BIGNUM *i, RSA *rsa,
81 int RSA_meth_set_bn_mod_exp(RSA_METHOD *rsa,
87 int (*RSA_meth_get_init(const RSA_METHOD *meth) (RSA *rsa);
88 int RSA_meth_set_init(RSA_METHOD *rsa, int (*init (RSA *rsa));
91 int (*RSA_meth_get_finish(const RSA_METHOD *meth))(RSA *rsa);
92 int RSA_meth_set_finish(RSA_METHOD *rsa, int (*finish)(RSA *rsa));
97 unsigned int *siglen, const RSA *rsa);
98 int RSA_meth_set_sign(RSA_METHOD *rsa,
101 unsigned int *siglen, const RSA *rsa));
106 unsigned int siglen, const RSA *rsa);
107 int RSA_meth_set_verify(RSA_METHOD *rsa,
111 unsigned int siglen, const RSA *rsa));
113 int (*RSA_meth_get_keygen(const RSA_METHOD *meth))(RSA *rsa, int bits, BIGNUM *e,
115 int RSA_meth_set_keygen(RSA_METHOD *rsa,
116 int (*keygen)(RSA *rsa, int bits, BIGNUM *e,
119 int (*RSA_meth_get_multi_prime_keygen(const RSA_METHOD *meth))(RSA *rsa, int bits,
124 int (*keygen) (RSA *rsa, int bits,