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.c67 p = sshbuf_dtob64_string(p1, 0); in sshbuf_misc_tests()
79 p = sshbuf_dtob64_string(p1, 0); in sshbuf_misc_tests()
92 p = sshbuf_dtob64_string(p1, 0); in sshbuf_misc_tests()
104 p = sshbuf_dtob64_string(p1, 0); in sshbuf_misc_tests()
/freebsd/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.c128 if ((keystring = sshbuf_dtob64_string(pkbuf, 0)) == NULL) in userauth_pubkey()
H A Dssh_namespace.h762 #define sshbuf_dtob64_string Fssh_sshbuf_dtob64_string macro
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()