Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/openbsd-compat/
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)
Dbase64.c196 b64_pton(char const *src, u_char *target, size_t targsize) in b64_pton() function
/freebsd-12-stable/lib/libldns/
DMakefile20 SRCS+= b64_ntop.c b64_pton.c
/freebsd-12-stable/include/
Dresolv.h339 #define b64_pton __b64_pton macro
424 int b64_pton(char const *, u_char *, size_t);
/freebsd-12-stable/lib/libc/net/
Dbase64.c195 b64_pton(const char *src, u_char *target, size_t targsize) in b64_pton() function
/freebsd-12-stable/lib/libc/resolv/
Dres_mkupdate.c555 siglen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
587 keylen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
651 certlen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate()
/freebsd-12-stable/usr.sbin/ctld/
Dchap.c120 bin_len = b64_pton(b64, bin, bin_len); in chap_b642bin()
/freebsd-12-stable/usr.sbin/iscsid/
Dchap.c120 bin_len = b64_pton(b64, bin, bin_len); in chap_b642bin()
/freebsd-12-stable/crypto/openssh/
Dsshbuf-misc.c159 if ((nlen = b64_pton(b64, p, plen)) < 0) { in sshbuf_b64tod()
Dconfigure.ac1910 b64_pton \
/freebsd-12-stable/usr.bin/uudecode/
Duudecode.c449 n = b64_pton(inbuf, outbuf, sizeof(outbuf)); in base64_decode()
/freebsd-12-stable/contrib/ldns/
Dutil.c482 return b64_pton(src, target, targsize); in ldns_b64_pton()
DMakefile.in755 compat/b64_pton.lo compat/b64_pton.o: $(srcdir)/compat/b64_pton.c ldns/config.h
Dconfigure.ac802 AC_REPLACE_FUNCS(b64_pton)
/freebsd-12-stable/contrib/nvi/common/
Drecover.c933 if ((xlen = (b64_pton(p + dlen + 1,
/freebsd-12-stable/contrib/ldns/ldns/
Dconfig.h.in24 /* Define to 1 if you have the `b64_pton' function. */