b64_ntop
b64_ntop(buf, strlen(buf), resp,
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) {
int b64_ntop(u_char const *, size_t, char *, size_t);
len = b64_ntop(rdata, edata - rdata,
len = b64_ntop(rdata, edata - rdata,
len = b64_ntop(rdata, edata-rdata, base64_cert, siz);
b64_ntop(wg_interface->i_private, WG_KEY_SIZE,
b64_ntop(wg_interface->i_public, WG_KEY_SIZE,
b64_ntop(wg_peer->p_public, WG_KEY_SIZE,
b64_ntop(wg_peer->p_psk, WG_KEY_SIZE,
rv = b64_ntop(buf, n, buf2, NELEM(buf2));