Home | History | Annotate | Download | only in tls

Lines Matching refs:dh_g

38 	os_free(cred->dh_g);
1190 os_free(cred->dh_g);
1191 cred->dh_g = os_malloc(hdr.length);
1192 if (cred->dh_g == NULL)
1194 os_memcpy(cred->dh_g, hdr.payload, hdr.length);