Home
last modified time | relevance | path

Searched refs:b64_pton (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dbase64.h58 int b64_pton(char const *src, u_char *target, size_t targsize);
60 # define __b64_pton(a,b,c) b64_pton(a,b,c)
H A Dbase64.c196 b64_pton(char const *src, u_char *target, size_t targsize) in b64_pton() function
/freebsd/lib/libldns/
H A DMakefile19 SRCS+= b64_ntop.c b64_pton.c
/freebsd/include/
H A Dresolv.h338 #define b64_pton __b64_pton macro
423 int b64_pton(char const *, u_char *, size_t);
/freebsd/lib/libc/net/
H A Dbase64.c192 b64_pton(const char *src, u_char *target, size_t targsize) in b64_pton() function
/freebsd/lib/libc/resolv/
H A Dres_mkupdate.c549 siglen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
581 keylen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
645 certlen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
/freebsd/lib/libiscsiutil/
H A Dchap.c115 bin_len = b64_pton(b64, bin, bin_len); in chap_b642bin()
/freebsd/crypto/openssh/
H A Dsshbuf-misc.c159 if ((nlen = b64_pton(b64, p, plen)) < 0) { in sshbuf_b64tod()
H A Dconfigure.ac1957 b64_pton \
/freebsd/usr.bin/bintrans/
H A Duudecode.c467 n = b64_pton(inbuf, outbuf, sizeof(outbuf)); in base64_decode()
/freebsd/contrib/ldns/
H A Dutil.c493 return b64_pton(src, target, targsize); in ldns_b64_pton()
H A DMakefile.in811 compat/b64_pton.lo compat/b64_pton.o: $(srcdir)/compat/b64_pton.c ldns/config.h
H A Dconfigure.ac907 AC_REPLACE_FUNCS(b64_pton)
/freebsd/contrib/nvi/common/
H A Drecover.c933 if ((xlen = (b64_pton(p + dlen + 1,
/freebsd/contrib/ldns/ldns/
H A Dconfig.h.in24 /* Define to 1 if you have the `b64_pton' function. */