Home
last modified time | relevance | path

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

/dflybsd-src/sbin/ifconfig/
H A Difwg.c419 b64_ntop(wg_interface->i_private, WG_KEY_SIZE, in wg_status()
424 b64_ntop(wg_interface->i_public, WG_KEY_SIZE, in wg_status()
431 b64_ntop(wg_peer->p_public, WG_KEY_SIZE, in wg_status()
440 b64_ntop(wg_peer->p_psk, WG_KEY_SIZE, in wg_status()
/dflybsd-src/include/
H A Dresolv.h322 #define b64_ntop __b64_ntop macro
405 int b64_ntop(u_char const *, size_t, char *, size_t);
/dflybsd-src/lib/libldns/
H A DMakefile19 SRCS+= b64_ntop.c b64_pton.c
/dflybsd-src/lib/libc/net/
H A Dbase64.c126 b64_ntop(const unsigned char *src, size_t srclength, char *target, in b64_ntop() function
H A DMakefile.inc43 MLINKS+=base64.3 b64_ntop.3 \
/dflybsd-src/usr.bin/uuencode/
H A Duuencode.c148 rv = b64_ntop(buf, n, buf2, NELEM(buf2)); in base64_encode()
/dflybsd-src/lib/libc/nameser/
H A Dns_print.c473 len = b64_ntop(rdata, edata - rdata, in ns_sprintrrf()
536 len = b64_ntop(rdata, edata - rdata, in ns_sprintrrf()
591 len = b64_ntop(rdata, edata-rdata, base64_cert, siz); in ns_sprintrrf()
/dflybsd-src/crypto/libressl/apps/nc/
H A Dsocks.c355 b64_ntop(buf, strlen(buf), resp, in socks_connect()
/dflybsd-src/crypto/openssh/
H A Dsshbuf-misc.c107 if (b64_ntop(sshbuf_ptr(d), sshbuf_len(d), s, slen) == -1) { in sshbuf_dtob64()
H A Dsshkey.c905 if (b64_ntop(dgst_raw, dgst_raw_len, ret + plen, rlen - plen) == -1) { in fingerprint_b64()
H A Dconfig.log9132 configure:15926: checking for b64_ntop
9134 conftest.c:118: error: undefined reference to 'b64_ntop'
9228 | /* Define b64_ntop to an innocuous variant, in case <limits.h> declares b64_ntop.
9230 | #define b64_ntop innocuous_b64_ntop
9233 | which can conflict with char b64_ntop (); below. */
9236 | #undef b64_ntop
9244 | char b64_ntop ();
9255 | return b64_ntop ();
H A Dconfig.h.in225 /* Define to 1 if you have the `b64_ntop' function. */
H A Dconfigure.ac1890 b64_ntop \
/dflybsd-src/contrib/ldns/
H A Dutil.c482 return b64_ntop(src, srclength, target, targsize);
/dflybsd-src/contrib/nvi2/common/
H A Drecover.c842 if ((xlen = b64_ntop((u_char *)src, in rcv_dlnwrite()