Searched refs:sshbuf_get_stringb (Results 1 – 5 of 5) sorted by relevance
194 int sshbuf_get_stringb(struct sshbuf *buf, struct sshbuf *v);
217 sshbuf_get_stringb(struct sshbuf *buf, struct sshbuf *v) in sshbuf_get_stringb() function
669 #define sshbuf_get_stringb Fssh_sshbuf_get_stringb macro
2345 (r = sshbuf_get_stringb(m, kex->my)) != 0 || in kex_from_blob()2346 (r = sshbuf_get_stringb(m, kex->peer)) != 0 || in kex_from_blob()
720 if ((r = sshbuf_get_stringb(e->input, e->request)) != 0 || in process_message()