Home
last modified time | relevance | path

Searched refs:sshbuf_dtob64_string (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dsshbuf-misc.c132 sshbuf_dtob64_string(const struct sshbuf *buf, int wrap) in sshbuf_dtob64_string() function
H A Dsshbuf.h239 char *sshbuf_dtob64_string(const struct sshbuf *buf, int wrap);
H A Dauth2-pubkey.c129 if ((keystring = sshbuf_dtob64_string(pkbuf, 0)) == NULL) in userauth_pubkey()
H A Dsshkey.c1261 if ((uu = sshbuf_dtob64_string(b, 0)) == NULL) { in sshkey_to_base64()
H A Dssh-keygen.c354 if ((b64 = sshbuf_dtob64_string(b, 1)) == NULL) in do_convert_to_ssh2()