Searched refs:compression_buffer (Results 1 – 1 of 1) sorted by relevance
142 struct sshbuf *compression_buffer; member595 if (state->compression_buffer) { in ssh_packet_close()596 sshbuf_free(state->compression_buffer); in ssh_packet_close()653 if (!ssh->state->compression_buffer && in ssh_packet_init_compression()654 ((ssh->state->compression_buffer = sshbuf_new()) == NULL)) in ssh_packet_init_compression()862 sshbuf_reset(state->compression_buffer); in ssh_packet_send1()867 if ((r = sshbuf_put(state->compression_buffer, in ssh_packet_send1()871 state->compression_buffer)) != 0) in ssh_packet_send1()875 state->compression_buffer)) != 0) in ssh_packet_send1()1180 sshbuf_reset(state->compression_buffer); in ssh_packet_send2_wrapped()[all …]