Searched refs:sshbuf_get_stringb (Results 1 – 5 of 5) sorted by relevance
187 int sshbuf_get_stringb(struct sshbuf *buf, struct sshbuf *v);
216 sshbuf_get_stringb(struct sshbuf *buf, struct sshbuf *v) in sshbuf_get_stringb() function
756 #define sshbuf_get_stringb Fssh_sshbuf_get_stringb macro
883 if ((r = sshbuf_get_stringb(e->input, e->request)) != 0 || in process_message()
2691 (r = sshbuf_get_stringb(m, kex->my)) != 0 || in kex_from_blob()2692 (r = sshbuf_get_stringb(m, kex->peer)) != 0 || in kex_from_blob()