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 */
2303 RSA *rsa = (RSA *)parg;
2304 if (rsa == NULL)
2309 if ((rsa = RSAPrivateKey_dup(rsa)) == NULL)
2316 s->cert->rsa_tmp = rsa;
2529 s->cert->rsa_tmp_cb = (RSA *(*)(SSL *, int, int))fp;
2579 RSA *rsa;
2582 rsa=(RSA *)parg;
2584 if (rsa == NULL)
2588 if ((rsa=RSAPrivateKey_dup(rsa)) == NULL)
2600 cert->rsa_tmp=rsa;
2756 cert->rsa_tmp_cb = (RSA *(*)(SSL *, int, int))fp;
3154 /* ECDSA certs can be used with RSA cipher suites as well