Lines Matching refs:sshbuf
108 struct sshbuf *payload;
131 struct sshbuf *input;
134 struct sshbuf *output;
137 struct sshbuf *outgoing_packet;
140 struct sshbuf *incoming_packet;
143 struct sshbuf *compression_buffer;
613 compress_buffer(struct ssh *ssh, struct sshbuf *in, struct sshbuf *out) in compress_buffer()
659 uncompress_buffer(struct ssh *ssh, struct sshbuf *in, struct sshbuf *out) in uncompress_buffer()
707 ssh_packet_get_compress_state(struct sshbuf *m, struct ssh *ssh) in ssh_packet_get_compress_state()
710 struct sshbuf *b; in ssh_packet_get_compress_state()
735 ssh_packet_set_compress_state(struct ssh *ssh, struct sshbuf *m) in ssh_packet_set_compress_state()
738 struct sshbuf *b = NULL; in ssh_packet_set_compress_state()
2342 kex_to_blob(struct sshbuf *m, struct kex *kex) in kex_to_blob()
2362 newkeys_to_blob(struct sshbuf *m, struct ssh *ssh, int mode) in newkeys_to_blob()
2364 struct sshbuf *b; in newkeys_to_blob()
2410 ssh_packet_get_state(struct ssh *ssh, struct sshbuf *m) in ssh_packet_get_state()
2476 newkeys_from_blob(struct sshbuf *m, struct ssh *ssh, int mode) in newkeys_from_blob()
2478 struct sshbuf *b = NULL; in newkeys_from_blob()
2548 kex_from_blob(struct sshbuf *m, struct kex **kexp) in kex_from_blob()
2594 ssh_packet_set_state(struct ssh *ssh, struct sshbuf *m) in ssh_packet_set_state()
2689 sshpkt_putb(struct ssh *ssh, const struct sshbuf *b) in sshpkt_putb()
2725 sshpkt_put_stringb(struct ssh *ssh, const struct sshbuf *v) in sshpkt_put_stringb()