Searched refs:compression_buffer (Results 1 – 1 of 1) sorted by relevance
143 struct sshbuf *compression_buffer; member492 if (state->compression_buffer) { in ssh_packet_close()493 sshbuf_free(state->compression_buffer); in ssh_packet_close()553 if (!ssh->state->compression_buffer && in ssh_packet_init_compression()554 ((ssh->state->compression_buffer = sshbuf_new()) == NULL)) in ssh_packet_init_compression()840 sshbuf_reset(state->compression_buffer); in ssh_packet_send1()845 if ((r = sshbuf_put(state->compression_buffer, in ssh_packet_send1()849 state->compression_buffer)) != 0) in ssh_packet_send1()853 state->compression_buffer)) != 0) in ssh_packet_send1()1089 sshbuf_reset(state->compression_buffer); in ssh_packet_send2_wrapped()[all …]