Home | History | Annotate | Download | only in ssl

Lines Matching refs:rsa_tmp

3132 		if ((s->cert != NULL) && (s->cert->rsa_tmp == NULL) &&
3150 if (s->cert->rsa_tmp != NULL)
3151 RSA_free(s->cert->rsa_tmp);
3152 s->cert->rsa_tmp = rsa;
3426 if ( (cert->rsa_tmp == NULL) &&
3455 if (cert->rsa_tmp != NULL)
3456 RSA_free(cert->rsa_tmp);
3457 cert->rsa_tmp=rsa;