Lines Matching refs:sshbuf_put
388 if ((r = sshbuf_put(state->incoming_packet, buf, in ssh_packet_stop_discard()
745 if ((r = sshbuf_put(out, buf, sizeof(buf) - in compress_buffer()
781 if ((r = sshbuf_put(out, buf, sizeof(buf) - in uncompress_buffer()
867 if ((r = sshbuf_put(state->compression_buffer, in ssh_packet_send1()
898 if ((r = sshbuf_put(state->outgoing_packet, buf, 4)) != 0) in ssh_packet_send1()
908 if ((r = sshbuf_put(state->output, buf, 4)) != 0) in ssh_packet_send1()
1185 if ((r = sshbuf_put(state->outgoing_packet, in ssh_packet_send2_wrapped()
1274 if ((r = sshbuf_put(state->output, macbuf, mac->mac_len)) != 0) in ssh_packet_send2_wrapped()
1698 if ((r = sshbuf_put(state->incoming_packet, cp + 4, in ssh_packet_read_poll2_mux()
2047 if ((r = sshbuf_put(ssh->state->input, buf, len)) != 0) in ssh_packet_process_incoming()
2533 (r = sshbuf_put(b, &enc->cipher, sizeof(enc->cipher))) != 0 || in newkeys_to_blob()
2794 (r = sshbuf_put(state->input, input, ilen)) != 0 || in ssh_packet_set_state()
2795 (r = sshbuf_put(state->output, output, olen)) != 0) in ssh_packet_set_state()
2811 return sshbuf_put(ssh->state->outgoing_packet, v, len); in sshpkt_put()
2977 return sshbuf_put(ssh->state->outgoing_packet, buf, len); in sshpkt_start()