Lines Matching refs:RSA

17 - Routines to build up RSA methods
42 unsigned char *to, RSA *rsa, int padding);
45 unsigned char *to, RSA *rsa,
50 unsigned char *to, RSA *rsa, int padding);
53 unsigned char *to, RSA *rsa,
57 unsigned char *to, RSA *rsa,
61 unsigned char *to, RSA *rsa, int padding));
64 unsigned char *to, RSA *rsa,
68 unsigned char *to, RSA *rsa, int padding));
72 RSA *rsa, BN_CTX *ctx);
74 int (*mod_exp)(BIGNUM *r0, const BIGNUM *i, RSA *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);
101 unsigned int *siglen, const RSA *rsa));
106 unsigned int siglen, const RSA *rsa);
111 unsigned int siglen, const RSA *rsa));
113 int (*RSA_meth_get_keygen(const RSA_METHOD *meth))(RSA *rsa, int bits, BIGNUM *e,
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,
134 RSA implementations. It provides a set of functions used by OpenSSL
135 for the implementation of the various RSA capabilities.
142 new B<RSA> object based on this B<RSA_METHOD>. Any new B<RSA> object
169 used for creating an RSA signature respectively. This function will be
174 function used for verifying an RSA signature respectively. This
193 used for creating a new RSA instance respectively. This function will
197 the new RSA object, and a pointer to this newly allocated structure
202 function used for destroying an instance of an RSA object respectively.
204 RSA_free(). A pointer to the RSA to be destroyed is passed as a
205 parameter. The destroy function should be used for RSA implementation
206 specific clean up. The memory for the RSA itself should not be freed
210 function used for generating a new RSA key pair respectively. This
216 and set the function used for generating a new multi-prime RSA key pair