Home
last modified time | relevance | path

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

/openbsd/regress/usr.bin/ssh/unittests/sshbuf/
H A Dtest_sshbuf_misc.c63 p = sshbuf_dtob64_string(p1, 0); in sshbuf_misc_tests()
75 p = sshbuf_dtob64_string(p1, 0); in sshbuf_misc_tests()
88 p = sshbuf_dtob64_string(p1, 0); in sshbuf_misc_tests()
100 p = sshbuf_dtob64_string(p1, 0); in sshbuf_misc_tests()
/openbsd/usr.bin/ssh/
H A Dsshbuf-misc.c128 sshbuf_dtob64_string(const struct sshbuf *buf, int wrap) in sshbuf_dtob64_string() function
H A Dsshbuf.h243 char *sshbuf_dtob64_string(const struct sshbuf *buf, int wrap);
H A Dauth2-pubkey.c127 if ((keystring = sshbuf_dtob64_string(pkbuf, 0)) == NULL) in userauth_pubkey()
H A Dsshkey.c1357 if ((uu = sshbuf_dtob64_string(b, 0)) == NULL) { in sshkey_to_base64()
H A Dssh-keygen.c344 if ((b64 = sshbuf_dtob64_string(b, 1)) == NULL) in do_convert_to_ssh2()