b64_ntop
if (b64_ntop(digest, hf->digestlen, buf, bsize) == -1)
int b64_ntop(unsigned char const *, size_t, char *, size_t);
b64_ntop(wg_interface->i_public, WG_KEY_LEN,
b64_ntop(wg_peer->p_public, WG_KEY_LEN,
if (b64_ntop(ui, ulen, creds, credsize) == -1)
b64_ntop(value->ostr_val, value->ostr_len, out,
b64_ntop(buf, strlen(buf), resp,
if (b64_ntop(buf, buflen, b64, sizeof(b64)) == -1)
if (b64_ntop(sshbuf_ptr(d), sshbuf_len(d), s, slen) == -1) {
if (b64_ntop(dgst_raw, dgst_raw_len, ret + plen, rlen - plen) == -1) {
if ((outlen = b64_ntop(buf, len, out, outlen)) == -1) {
b64_ntop(buf, len, encoded, size);
rv = b64_ntop(buf, n, buf2, (sizeof(buf2) / sizeof(buf2[0])));
b64_ntop(data, len, buf, sz);
i = b64_ntop (dbuf, l, b64buf, b64len);