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 */
3139 RSA *rsa = (RSA *)parg;
3140 if (rsa == NULL)
3145 if ((rsa = RSAPrivateKey_dup(rsa)) == NULL)
3152 s->cert->rsa_tmp = rsa;
3386 s->cert->rsa_tmp_cb = (RSA *(*)(SSL *, int, int))fp;
3436 RSA *rsa;
3439 rsa=(RSA *)parg;
3441 if (rsa == NULL)
3445 if ((rsa=RSAPrivateKey_dup(rsa)) == NULL)
3457 cert->rsa_tmp=rsa;
3657 cert->rsa_tmp_cb = (RSA *(*)(SSL *, int, int))fp;
4081 /* ECDSA certs can be used with RSA cipher suites as well