Home | History | Annotate | Download | only in ssl

Lines Matching refs:dh_tmp

3208 			if (s->cert->dh_tmp != NULL)
3209 DH_free(s->cert->dh_tmp);
3210 s->cert->dh_tmp = dh;
3540 if (cert->dh_tmp != NULL)
3541 DH_free(cert->dh_tmp);
3542 cert->dh_tmp=new;