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

/freebsd-current/crypto/openssh/
H A Dsshbuf-misc.c94 sshbuf_dtob64(const struct sshbuf *d, struct sshbuf *b64, int wrap) function
139 if (sshbuf_dtob64(buf, tmp, wrap) != 0) {
182 if ((r = sshbuf_dtob64(d, b, wrap)) != 0)
H A Dsshbuf.h240 int sshbuf_dtob64(const struct sshbuf *d, struct sshbuf *b64, int wrap);
H A Dssh_namespace.h761 #define sshbuf_dtob64 Fssh_sshbuf_dtob64 macro
H A Dsshsig.c67 if ((r = sshbuf_dtob64(blob, buf, 1)) != 0) {
H A Dsshkey.c2853 (r = sshbuf_dtob64(encoded, blob, 1)) != 0 ||

Completed in 127 milliseconds