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

/freebsd-10-stable/crypto/openssh/openbsd-compat/
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)
H A Dbase64.c197 b64_pton(char const *src, u_char *target, size_t targsize) function
/freebsd-10-stable/lib/libldns/
H A DMakefile19 SRCS+= b64_ntop.c b64_pton.c
/freebsd-10-stable/crypto/openssh/
H A Dsshbuf-misc.c124 if ((nlen = b64_pton(b64, p, plen)) < 0) {
/freebsd-10-stable/lib/libc/net/
H A Dbase64.c196 b64_pton(const char *src, u_char *target, size_t targsize) function
/freebsd-10-stable/include/
H A Dresolv.h337 #define b64_pton __b64_pton macro
422 int b64_pton(char const *, u_char *, size_t);
/freebsd-10-stable/usr.sbin/ctld/
H A Dchap.c118 bin_len = b64_pton(b64, bin, bin_len);
/freebsd-10-stable/usr.sbin/iscsid/
H A Dchap.c118 bin_len = b64_pton(b64, bin, bin_len);
/freebsd-10-stable/usr.bin/uudecode/
H A Duudecode.c447 n = b64_pton(inbuf, outbuf, sizeof(outbuf));
/freebsd-10-stable/lib/libc/resolv/
H A Dres_mkupdate.c554 siglen = b64_pton(buf2, buf3, sizeof(buf3));
586 keylen = b64_pton(buf2, buf3, sizeof(buf3));
650 certlen = b64_pton(buf2, buf3, sizeof(buf3));
/freebsd-10-stable/contrib/ldns/
H A Dutil.c482 return b64_pton(src, target, targsize);
/freebsd-10-stable/contrib/nvi/common/
H A Drecover.c957 if ((xlen = (b64_pton(p + dlen + 1,

Completed in 149 milliseconds