Home
last modified time | relevance | path

Searched refs:b64_ntop (Results 1 – 18 of 18) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dbase64.h50 int b64_ntop(u_char const *src, size_t srclength, char *target,
53 # define __b64_ntop(a,b,c,d) b64_ntop(a,b,c,d)
H A Dbase64.c133 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) in b64_ntop() function
/freebsd/lib/libldns/
H A DMakefile19 SRCS+= b64_ntop.c b64_pton.c
/freebsd/include/
H A Dresolv.h337 #define b64_ntop __b64_ntop macro
421 int b64_ntop(u_char const *, size_t, char *, size_t);
/freebsd/lib/libc/nameser/
H A Dns_print.c479 len = b64_ntop(rdata, edata - rdata, in ns_sprintrrf()
543 len = b64_ntop(rdata, edata - rdata, in ns_sprintrrf()
598 len = b64_ntop(rdata, edata-rdata, base64_cert, siz); in ns_sprintrrf()
888 len = b64_ntop(rdata, edata-rdata, base64_dhcid, siz); in ns_sprintrrf()
980 len = b64_ntop(rdata, edata-rdata, base64_key, siz); in ns_sprintrrf()
1030 len = b64_ntop(rdata, key_len, base64_key, siz); in ns_sprintrrf()
/freebsd/lib/libc/net/
H A Dbase64.c126 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) { in b64_ntop() function
/freebsd/usr.bin/bintrans/
H A Duuencode.c175 rv = b64_ntop(buf, n, buf2, nitems(buf2)); in base64_encode()
/freebsd/lib/libiscsiutil/
H A Dchap.c199 b64_ntop(bin, bin_len, tmp, b64_len - 2); in chap_bin2hex()
/freebsd/contrib/netcat/
H A Dsocks.c298 b64_ntop(buf, strlen(buf), resp, in socks_connect()
/freebsd/crypto/openssh/
H A Dsshbuf-misc.c141 if (b64_ntop(sshbuf_ptr(d), sshbuf_len(d), s, slen) == -1) { in sshbuf_dtob64()
H A Dsshkey.c1031 if (b64_ntop(dgst_raw, dgst_raw_len, ret + plen, rlen - plen) == -1) { in fingerprint_b64()
H A Dconfigure.ac2161 b64_ntop \
/freebsd/contrib/ldns/
H A Dutil.c490 return b64_ntop(src, srclength, target, targsize);
H A Dconfigure.ac982 AC_REPLACE_FUNCS(b64_ntop)
1151 * calculates the size needed to store the result of b64_ntop
H A DMakefile.in816 compat/b64_ntop.lo compat/b64_ntop.o: $(srcdir)/compat/b64_ntop.c ldns/config.h
/freebsd/contrib/ldns/ldns/
H A Dconfig.h.in24 /* Define to 1 if you have the `b64_ntop' function. */
706 * calculates the size needed to store the result of b64_ntop
/freebsd/contrib/nvi/common/
H A Drecover.c854 if ((xlen = b64_ntop((u_char *)src,
/freebsd/crypto/openssh/regress/
H A Dnetcat.c1653 b64_ntop(buf, strlen(buf), resp, in socks_connect()