• Home
  • Raw
  • Download

Lines Matching refs:RSA

17 - Routines to build up RSA methods
38 unsigned char *to, RSA *rsa, int padding);
41 unsigned char *to, RSA *rsa,
46 unsigned char *to, RSA *rsa, int padding);
49 unsigned char *to, RSA *rsa,
53 unsigned char *to, RSA *rsa,
57 unsigned char *to, RSA *rsa, int padding));
60 unsigned char *to, RSA *rsa,
64 unsigned char *to, RSA *rsa, int padding));
68 RSA *rsa, BN_CTX *ctx);
70 int (*mod_exp)(BIGNUM *r0, const BIGNUM *i, RSA *rsa,
83 int (*RSA_meth_get_init(const RSA_METHOD *meth) (RSA *rsa);
84 int RSA_meth_set_init(RSA_METHOD *rsa, int (*init (RSA *rsa));
87 int (*RSA_meth_get_finish(const RSA_METHOD *meth))(RSA *rsa);
88 int RSA_meth_set_finish(RSA_METHOD *rsa, int (*finish)(RSA *rsa));
93 unsigned int *siglen, const RSA *rsa);
97 unsigned int *siglen, const RSA *rsa));
102 unsigned int siglen, const RSA *rsa);
107 unsigned int siglen, const RSA *rsa));
109 int (*RSA_meth_get_keygen(const RSA_METHOD *meth))(RSA *rsa, int bits, BIGNUM *e,
112 int (*keygen)(RSA *rsa, int bits, BIGNUM *e,
115 int (*RSA_meth_get_multi_prime_keygen(const RSA_METHOD *meth))(RSA *rsa, int bits,
120 int (*keygen) (RSA *rsa, int bits,
127 RSA implementations. It provides a set of functions used by OpenSSL
128 for the implementation of the various RSA capabilities. See the L<rsa>
136 new B<RSA> object based on this B<RSA_METHOD>. Any new B<RSA> object
163 used for creating an RSA signature respectively. This function will be
168 function used for verifying an RSA signature respectively. This
187 used for creating a new RSA instance respectively. This function will
191 the new RSA object, and a pointer to this newly allocated structure
196 function used for destroying an instance of an RSA object respectively.
198 RSA_free(). A pointer to the RSA to be destroyed is passed as a
199 parameter. The destroy function should be used for RSA implementation
200 specific clean up. The memory for the RSA itself should not be freed
204 function used for generating a new RSA key pair respectively. This
210 and set the function used for generating a new multi-prime RSA key pair