Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_misc.c67 p = sshbuf_dtob64(p1); in sshbuf_misc_tests()
79 p = sshbuf_dtob64(p1); in sshbuf_misc_tests()
92 p = sshbuf_dtob64(p1); in sshbuf_misc_tests()
104 p = sshbuf_dtob64(p1); in sshbuf_misc_tests()
/freebsd-10-stable/crypto/openssh/
Dsshbuf-misc.c93 sshbuf_dtob64(struct sshbuf *buf) in sshbuf_dtob64() function
Dsshbuf.h237 char *sshbuf_dtob64(struct sshbuf *buf);
Dssh_namespace.h739 #define sshbuf_dtob64 Fssh_sshbuf_dtob64 macro
Dsshkey.c1397 if ((uu = sshbuf_dtob64(b)) == NULL) { in sshkey_to_base64()
3130 if ((b64 = sshbuf_dtob64(encoded)) == NULL) { in sshkey_private_to_blob2()