Home | History | Annotate | Download | only in openssh

Lines Matching defs:bytes

94 	u_int64_t bytes;
175 /* roundup current message to extra_pad bytes */
395 u_int32_t *packets, u_int64_t *bytes)
407 if (bytes)
408 *bytes = state->bytes;
413 u_int64_t bytes)
422 state->bytes = bytes;
696 /* Add check bytes. */
721 active_state->p_send.bytes += len +
892 * minimum padding is 4 bytes
955 active_state->p_send.bytes += packet_length + 4;
1206 /* Test check bytes. */
1214 packet_disconnect("Corrupted check bytes on input.");
1227 active_state->p_read.bytes += padded_len + 4;
1282 /* we have a partial packet of block_size bytes */
1337 active_state->p_read.bytes += active_state->packlen + 4;
1530 u_int bytes = buffer_len(&active_state->incoming_packet);
1533 *length_ptr = bytes;
1575 * exceed 1024 bytes. This will automatically call packet_write_wait.
1608 * not exceed 1024 bytes.
1842 /* roundup current message to pad bytes */
1892 packet_set_rekey_limit(u_int32_t bytes)
1894 active_state->rekey_limit = bytes;