Home | History | Annotate | Download | only in ssl

Lines Matching full:hlen

2153 			/* IN	  */	int hlen,  const char *host)
2174 if ((new_p->data[1].data = calloc(1, hlen + 1)) == NULL) goto err;
2175 memcpy(new_p->data[1].data, host, hlen);
2176 new_p->data[1].length = hlen;