Searched refs:b64_pton (Results 1 - 9 of 9) sorted by last modified time

/freebsd-10.0-release/include/
H A Dresolv.h336 #define b64_pton __b64_pton macro
419 int b64_pton(char const *, u_char *, size_t);
/freebsd-10.0-release/usr.bin/uudecode/
H A Duudecode.c447 n = b64_pton(inbuf, outbuf, sizeof(outbuf));
/freebsd-10.0-release/crypto/openssh/
H A Dconfigure9747 b64_pton \
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dbase64.c197 b64_pton(char const *src, u_char *target, size_t targsize) function
H A Dbase64.h60 int b64_pton(char const *src, u_char *target, size_t targsize);
62 # define __b64_pton(a,b,c) b64_pton(a,b,c)
/freebsd-10.0-release/lib/libc/net/
H A Dbase64.c196 b64_pton(src, target, targsize) function
/freebsd-10.0-release/lib/libc/resolv/
H A Dres_mkupdate.c551 siglen = b64_pton(buf2, buf3, sizeof(buf3));
583 keylen = b64_pton(buf2, buf3, sizeof(buf3));
647 certlen = b64_pton(buf2, buf3, sizeof(buf3));
/freebsd-10.0-release/lib/libldns/
H A DMakefile19 SRCS+= b32_ntop.c b32_pton.c b64_ntop.c b64_pton.c
/freebsd-10.0-release/contrib/nvi/common/
H A Drecover.c957 if ((xlen = (b64_pton(p + dlen + 1,

Completed in 142 milliseconds