Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_misc.c79 p = sshbuf_dtob64_string(p1, 0); in test_sshbuf_dtob64_string()
91 p = sshbuf_dtob64_string(p1, 0); in test_sshbuf_dtob64_string()
104 p = sshbuf_dtob64_string(p1, 0); in test_sshbuf_dtob64_string()
116 p = sshbuf_dtob64_string(p1, 0); in test_sshbuf_dtob64_string()
/freebsd/crypto/openssh/
H A Dsshbuf-misc.c166 sshbuf_dtob64_string(const struct sshbuf *buf, int wrap) in sshbuf_dtob64_string() function
H A Dsshbuf.h267 char *sshbuf_dtob64_string(const struct sshbuf *buf, int wrap);
H A Dauth2-pubkey.c128 if ((keystring = sshbuf_dtob64_string(pkbuf, 0)) == NULL) in userauth_pubkey()
H A Dssh_namespace.h778 #define sshbuf_dtob64_string Fssh_sshbuf_dtob64_string macro
H A Dsshkey.c1387 if ((uu = sshbuf_dtob64_string(b, 0)) == NULL) { in sshkey_to_base64()
H A Dssh-keygen.c336 if ((b64 = sshbuf_dtob64_string(b, 1)) == NULL) in do_convert_to_ssh2()