Home
last modified time | relevance | path

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

/external/openssh/
Dsshbuf-misc.c93 sshbuf_dtob64(struct sshbuf *buf) in sshbuf_dtob64() function
Dsshbuf.h237 char *sshbuf_dtob64(struct sshbuf *buf);
Dsshkey.c1470 if ((uu = sshbuf_dtob64(bb)) == NULL) { in sshkey_write()
3151 if ((b64 = sshbuf_dtob64(encoded)) == NULL) { in sshkey_private_to_blob2()