Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsshbuf-misc.c94 sshbuf_dtob64(const struct sshbuf *d, struct sshbuf *b64, int wrap) in sshbuf_dtob64() function
139 if (sshbuf_dtob64(buf, tmp, wrap) != 0) { in sshbuf_dtob64_string()
182 if ((r = sshbuf_dtob64(d, b, wrap)) != 0) in sshbuf_dtourlb64()
H A Dsshbuf.h255 int sshbuf_dtob64(const struct sshbuf *d, struct sshbuf *b64, int wrap);
H A Dsshsig.c68 if ((r = sshbuf_dtob64(blob, buf, 1)) != 0) { in sshsig_armor()
H A Dsshkey.c4039 (r = sshbuf_dtob64(encoded, blob, 1)) != 0 || in sshkey_private_to_blob2()