Home | History | Annotate | Download | only in ssl

Lines Matching defs:rsa

11  * apply to all code found in this distribution, be it the RC4, RSA,
172 /* The RSA ciphers */
2288 RSA *rsa = (RSA *)parg;
2289 if (rsa == NULL)
2294 if ((rsa = RSAPrivateKey_dup(rsa)) == NULL)
2301 s->cert->rsa_tmp = rsa;
2514 s->cert->rsa_tmp_cb = (RSA *(*)(SSL *, int, int))fp;
2564 RSA *rsa;
2567 rsa=(RSA *)parg;
2569 if (rsa == NULL)
2573 if ((rsa=RSAPrivateKey_dup(rsa)) == NULL)
2585 cert->rsa_tmp=rsa;
2741 cert->rsa_tmp_cb = (RSA *(*)(SSL *, int, int))fp;
3139 /* ECDSA certs can be used with RSA cipher suites as well