Home | History | Annotate | Download | only in libresolv

Lines Matching defs:buf3

93 	u_char buf3[MAXDNAME];
542 siglen = b64_pton(buf2, buf3, sizeof(buf3));
546 memcpy(cp, buf3, siglen);
573 keylen = b64_pton(buf2, buf3, sizeof(buf3));
577 memcpy(cp, buf3, keylen);
637 certlen = b64_pton(buf2, buf3, sizeof(buf3));
641 memcpy(cp, buf3, certlen);