Searched refs:sshpkt_putb (Results 1 – 4 of 4) sorted by relevance
177 int sshpkt_putb(struct ssh *ssh, const struct sshbuf *b);
468 (r = sshpkt_putb(ssh, kex->my)) != 0 || in kex_send_kexinit()
2815 sshpkt_putb(struct ssh *ssh, const struct sshbuf *b) in sshpkt_putb() function
2597 (r = sshpkt_putb(ssh, modified)) != 0 ||