Searched refs:b64_ntop (Results 1 – 18 of 18) sorted by relevance
| /openbsd/src/include/ |
| D | resolv.h | 255 #define b64_ntop __b64_ntop macro 283 int b64_ntop(unsigned char const *, size_t, char *, size_t);
|
| /openbsd/src/usr.sbin/acme-client/ |
| D | base64.c | 51 b64_ntop(data, len, buf, sz); in base64buf_url()
|
| /openbsd/src/lib/libc/net/ |
| D | base64.c | 124 b64_ntop(unsigned char const *src, size_t srclength, char *target, in b64_ntop() function
|
| /openbsd/src/usr.bin/uuencode/ |
| D | uuencode.c | 161 rv = b64_ntop(buf, n, buf2, (sizeof(buf2) / sizeof(buf2[0]))); in base64_encode()
|
| /openbsd/src/usr.bin/nc/ |
| D | socks.c | 355 b64_ntop(buf, strlen(buf), resp, in socks_connect()
|
| /openbsd/src/usr.bin/ssh/ |
| D | sshbuf-misc.c | 103 if (b64_ntop(sshbuf_ptr(d), sshbuf_len(d), s, slen) == -1) { in sshbuf_dtob64()
|
| D | sshkey.c | 1001 if (b64_ntop(dgst_raw, dgst_raw_len, ret + plen, rlen - plen) == -1) { in fingerprint_b64()
|
| /openbsd/src/usr.sbin/tcpdump/ |
| D | print-lwres.c | 294 i = b64_ntop (dbuf, l, b64buf, (l + 2) * 4 / 3); in lwres_printb64len()
|
| /openbsd/src/usr.sbin/nsd/ |
| D | Makefile.in | 223 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
|
| D | configure.ac | 876 # 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])
|
| D | config.h.in | 73 /* Define to 1 if you have the `b64_ntop' function. */
|
| /openbsd/src/usr.bin/ldap/ |
| D | ldapclient.c | 434 b64_ntop(value->ostr_val, value->ostr_len, out, in ldapc_printattr()
|
| /openbsd/src/bin/md5/ |
| D | md5.c | 422 if (b64_ntop(digest, hf->digestlen, buf, bsize) == -1) in digest_end()
|
| /openbsd/src/usr.bin/signify/ |
| D | signify.c | 231 if (b64_ntop(buf, buflen, b64, sizeof(b64)) == -1) in createheader()
|
| /openbsd/src/usr.bin/ftp/ |
| D | fetch.c | 1600 if (b64_ntop(ui, ulen, creds, credsize) == -1) in recode_credentials()
|
| /openbsd/src/usr.bin/tmux/ |
| D | input.c | 3010 if ((outlen = b64_ntop(buf, len, out, outlen)) == -1) { in input_reply_clipboard()
|
| D | tty.c | 2175 b64_ntop(buf, len, encoded, size); in tty_set_selection()
|
| /openbsd/src/sbin/ifconfig/ |
| D | ifconfig.c | 5960 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()
|