Home | History | Annotate | Download | only in ssl

Lines Matching refs:dh_tmp

3195 			if (s->cert->dh_tmp != NULL)
3196 DH_free(s->cert->dh_tmp);
3197 s->cert->dh_tmp = dh;
3527 if (cert->dh_tmp != NULL)
3528 DH_free(cert->dh_tmp);
3529 cert->dh_tmp=new;