Lines Matching refs:RSA
13 * RSA low level APIs are deprecated for public use, but still ok for
48 static int key1(RSA *key, unsigned char *c)
97 static int key2(RSA *key, unsigned char *c)
142 static int key3(RSA *key, unsigned char *c)
214 static int rsa_setkey(RSA** key, unsigned char *ctext, int idx)
236 RSA **retkey)
239 RSA *key;
284 RSA *key = NULL;
362 RSA *key = RSA_new();
373 * It is necessary to set the RSA key in order to ask for the strength.
375 * properties necessary for RSA to function. This is okay here since
376 * the RSA key is never used.
383 * RSA key is not used. The 'd' parameter can be NULL safely.