Home
last modified time | relevance | path

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

/openbsd/src/include/
Dresolv.h255 #define b64_ntop __b64_ntop macro
283 int b64_ntop(unsigned char const *, size_t, char *, size_t);
/openbsd/src/usr.sbin/acme-client/
Dbase64.c51 b64_ntop(data, len, buf, sz); in base64buf_url()
/openbsd/src/lib/libc/net/
Dbase64.c124 b64_ntop(unsigned char const *src, size_t srclength, char *target, in b64_ntop() function
/openbsd/src/usr.bin/uuencode/
Duuencode.c161 rv = b64_ntop(buf, n, buf2, (sizeof(buf2) / sizeof(buf2[0]))); in base64_encode()
/openbsd/src/usr.bin/nc/
Dsocks.c355 b64_ntop(buf, strlen(buf), resp, in socks_connect()
/openbsd/src/usr.bin/ssh/
Dsshbuf-misc.c103 if (b64_ntop(sshbuf_ptr(d), sshbuf_len(d), s, slen) == -1) { in sshbuf_dtob64()
Dsshkey.c1001 if (b64_ntop(dgst_raw, dgst_raw_len, ret + plen, rlen - plen) == -1) { in fingerprint_b64()
/openbsd/src/usr.sbin/tcpdump/
Dprint-lwres.c294 i = b64_ntop (dbuf, l, b64buf, (l + 2) * 4 / 3); in lwres_printb64len()
/openbsd/src/usr.sbin/nsd/
DMakefile.in223 b64_ntop.o: $(srcdir)/compat/b64_ntop.c
224 $(COMPILE) -c $(srcdir)/compat/b64_ntop.c
563 b64_ntop.o: $(srcdir)/compat/b64_ntop.c config.h
Dconfigure.ac876 # Check for b64_ntop (and assume result applies to b64_pton as well).
896 AC_DEFINE(HAVE_B64_NTOP, 1, [Define to 1 if you have the `b64_ntop' function.])
900 AC_LIBOBJ([b64_ntop])
Dconfig.h.in73 /* Define to 1 if you have the `b64_ntop' function. */
/openbsd/src/usr.bin/ldap/
Dldapclient.c434 b64_ntop(value->ostr_val, value->ostr_len, out, in ldapc_printattr()
/openbsd/src/bin/md5/
Dmd5.c422 if (b64_ntop(digest, hf->digestlen, buf, bsize) == -1) in digest_end()
/openbsd/src/usr.bin/signify/
Dsignify.c231 if (b64_ntop(buf, buflen, b64, sizeof(b64)) == -1) in createheader()
/openbsd/src/usr.bin/ftp/
Dfetch.c1600 if (b64_ntop(ui, ulen, creds, credsize) == -1) in recode_credentials()
/openbsd/src/usr.bin/tmux/
Dinput.c3010 if ((outlen = b64_ntop(buf, len, out, outlen)) == -1) { in input_reply_clipboard()
Dtty.c2175 b64_ntop(buf, len, encoded, size); in tty_set_selection()
/openbsd/src/sbin/ifconfig/
Difconfig.c5960 b64_ntop(wg_interface->i_public, WG_KEY_LEN, in wg_status()
5968 b64_ntop(wg_peer->p_public, WG_KEY_LEN, in wg_status()