Home
last modified time | relevance | path

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

/external/openssh/
Dsshbuf.h187 int sshbuf_get_stringb(struct sshbuf *buf, struct sshbuf *v);
Dsshbuf-getput-basic.c214 sshbuf_get_stringb(struct sshbuf *buf, struct sshbuf *v) in sshbuf_get_stringb() function
Dssh-agent.c828 if ((r = sshbuf_get_stringb(e->input, e->request)) != 0 || in process_message()
Dpacket.c2563 (r = sshbuf_get_stringb(m, kex->my)) != 0 || in kex_from_blob()
2564 (r = sshbuf_get_stringb(m, kex->peer)) != 0 || in kex_from_blob()