Home
last modified time | relevance | path

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

/dragonfly/sbin/ifconfig/
H A Difwg.c384 b64_ntop(wg_interface->i_private, WG_KEY_SIZE, in wg_status()
389 b64_ntop(wg_interface->i_public, WG_KEY_SIZE, in wg_status()
396 b64_ntop(wg_peer->p_public, WG_KEY_SIZE, in wg_status()
405 b64_ntop(wg_peer->p_psk, WG_KEY_SIZE, in wg_status()
/dragonfly/include/
H A Dresolv.h322 #define b64_ntop __b64_ntop macro
405 int b64_ntop(u_char const *, size_t, char *, size_t);
/dragonfly/lib/libldns/
H A DMakefile19 SRCS+= b64_ntop.c b64_pton.c
/dragonfly/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 \
/dragonfly/usr.bin/uuencode/
H A Duuencode.c148 rv = b64_ntop(buf, n, buf2, NELEM(buf2)); in base64_encode()
/dragonfly/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()
/dragonfly/crypto/libressl/apps/nc/
H A Dsocks.c355 b64_ntop(buf, strlen(buf), resp, in socks_connect()
/dragonfly/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.c1071 if (b64_ntop(dgst_raw, dgst_raw_len, ret + plen, rlen - plen) == -1) { in fingerprint_b64()
/dragonfly/contrib/ldns/
H A Dutil.c482 return b64_ntop(src, srclength, target, targsize);
/dragonfly/contrib/nvi2/common/
H A Drecover.c842 if ((xlen = b64_ntop((u_char *)src, in rcv_dlnwrite()