Home | History | Annotate | Download | only in ssl

Lines Matching refs:rsa_tmp

3141 		if ((s->cert != NULL) && (s->cert->rsa_tmp == NULL) &&
3159 if (s->cert->rsa_tmp != NULL)
3160 RSA_free(s->cert->rsa_tmp);
3161 s->cert->rsa_tmp = rsa;
3464 if ( (cert->rsa_tmp == NULL) &&
3493 if (cert->rsa_tmp != NULL)
3494 RSA_free(cert->rsa_tmp);
3495 cert->rsa_tmp=rsa;