Searched refs:b64_pton (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/dhcp/includes/minires/
H A Dminires.h68 #define b64_pton MRb64_pton macro
129 int b64_pton (char const *, unsigned char *, size_t);
H A Dresolv.h264 int b64_pton (char const *, u_char *, size_t);
/netbsd-6-1-5-RELEASE/dist/dhcp/dst/
H A Dbase64.c206 b64_pton(src, target, targsize) function
H A Ddst_support.c160 blen = b64_pton(*buf, bstr, sizeof(bstr));
H A Dhmac_link.c329 u_char key[HMAC_LEN+1]; /* b64_pton needs more than 64 bytes do decode
353 key_len = b64_pton((char *)tmp, key, HMAC_LEN+1); /* see above */
H A Ddst_api.c568 dlen = b64_pton(notspace, deckey, sizeof(deckey));
570 EREPORT(("dst_read_public_key: bad return from b64_pton = %d",
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/isc/
H A Dbase64.c203 b64_pton(src, target, targsize) function
/netbsd-6-1-5-RELEASE/lib/libc/net/
H A Dbase64.c216 b64_pton(src, target, targsize) function
/netbsd-6-1-5-RELEASE/usr.bin/uudecode/
H A Duudecode.c277 n = b64_pton(inbuf, outbuf, sizeof(outbuf));
/netbsd-6-1-5-RELEASE/include/
H A Dresolv.h355 #define b64_pton __b64_pton macro
432 int b64_pton(char const *, u_char *, size_t);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/
H A Dresolv.h357 #define b64_pton __b64_pton macro
432 int b64_pton __P((char const *, u_char *, size_t));
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/dst/
H A Dhmac_link.c344 u_char key[HMAC_LEN+1]; /* b64_pton needs more than 64 bytes do decode
370 key_len = b64_pton((char *)tmp, key, HMAC_LEN+1); /*%< see above */
H A Ddst_api.c564 dlen = b64_pton(notspace, deckey, sizeof(deckey));
566 EREPORT(("dst_read_public_key: bad return from b64_pton = %d",
/netbsd-6-1-5-RELEASE/dist/dhcp/minires/
H A Dres_mkupdate.c552 siglen = b64_pton(buf2, buf3, sizeof(buf3));
619 keylen = b64_pton(buf2, buf3, sizeof(buf3));
649 certlen = b64_pton(buf2, buf3, sizeof(buf3));
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/resolv/
H A Dres_mkupdate.c536 siglen = b64_pton(buf2, buf3, sizeof(buf3));
567 keylen = b64_pton(buf2, buf3, sizeof(buf3));
631 certlen = b64_pton(buf2, buf3, sizeof(buf3));
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/tests/
H A Ddig8.c715 key.len=b64_pton(p, key.data, 1024);

Completed in 118 milliseconds