Searched refs:sshbuf_dtob64_string (Results 1 – 5 of 5) sorted by relevance
132 sshbuf_dtob64_string(const struct sshbuf *buf, int wrap) in sshbuf_dtob64_string() function
239 char *sshbuf_dtob64_string(const struct sshbuf *buf, int wrap);
129 if ((keystring = sshbuf_dtob64_string(pkbuf, 0)) == NULL) in userauth_pubkey()
1261 if ((uu = sshbuf_dtob64_string(b, 0)) == NULL) { in sshkey_to_base64()
354 if ((b64 = sshbuf_dtob64_string(b, 1)) == NULL) in do_convert_to_ssh2()