Lines Matching full:rsa_tmp
3154 if ((s->cert != NULL) && (s->cert->rsa_tmp == NULL) &&3172 if (s->cert->rsa_tmp != NULL)3173 RSA_free(s->cert->rsa_tmp);3174 s->cert->rsa_tmp = rsa;3477 if ( (cert->rsa_tmp == NULL) &&3506 if (cert->rsa_tmp != NULL)3507 RSA_free(cert->rsa_tmp);3508 cert->rsa_tmp=rsa;