| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | base64.h | 50 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 D | base64.c | 133 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) in b64_ntop() function
|
| /freebsd/lib/libldns/ |
| H A D | Makefile | 19 SRCS+= b64_ntop.c b64_pton.c
|
| /freebsd/include/ |
| H A D | resolv.h | 337 #define b64_ntop __b64_ntop macro 421 int b64_ntop(u_char const *, size_t, char *, size_t);
|
| /freebsd/lib/libc/nameser/ |
| H A D | ns_print.c | 479 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 D | base64.c | 126 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) { in b64_ntop() function
|
| /freebsd/usr.bin/bintrans/ |
| H A D | uuencode.c | 175 rv = b64_ntop(buf, n, buf2, nitems(buf2)); in base64_encode()
|
| /freebsd/lib/libiscsiutil/ |
| H A D | chap.c | 199 b64_ntop(bin, bin_len, tmp, b64_len - 2); in chap_bin2hex()
|
| /freebsd/contrib/netcat/ |
| H A D | socks.c | 298 b64_ntop(buf, strlen(buf), resp, in socks_connect()
|
| /freebsd/crypto/openssh/ |
| H A D | sshbuf-misc.c | 141 if (b64_ntop(sshbuf_ptr(d), sshbuf_len(d), s, slen) == -1) { in sshbuf_dtob64()
|
| H A D | sshkey.c | 1031 if (b64_ntop(dgst_raw, dgst_raw_len, ret + plen, rlen - plen) == -1) { in fingerprint_b64()
|
| H A D | configure.ac | 2161 b64_ntop \
|
| /freebsd/contrib/ldns/ |
| H A D | util.c | 490 return b64_ntop(src, srclength, target, targsize);
|
| H A D | configure.ac | 982 AC_REPLACE_FUNCS(b64_ntop) 1151 * calculates the size needed to store the result of b64_ntop
|
| H A D | Makefile.in | 816 compat/b64_ntop.lo compat/b64_ntop.o: $(srcdir)/compat/b64_ntop.c ldns/config.h
|
| /freebsd/contrib/ldns/ldns/ |
| H A D | config.h.in | 24 /* 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 D | recover.c | 854 if ((xlen = b64_ntop((u_char *)src,
|
| /freebsd/crypto/openssh/regress/ |
| H A D | netcat.c | 1653 b64_ntop(buf, strlen(buf), resp, in socks_connect()
|