Home | History | Annotate | Download | only in openssh

Lines Matching defs:bytes

691 	 * Supported KEX types use SHA1 (20 bytes), SHA256 (32 bytes),
692 * SHA384 (48 bytes) and SHA512 (64 bytes).
1843 u_int64_t blocks, bytes;
1876 bytes = buffer_get_int64(&m);
1877 packet_set_state(MODE_OUT, seqnr, blocks, packets, bytes);
1881 bytes = buffer_get_int64(&m);
1882 packet_set_state(MODE_IN, seqnr, blocks, packets, bytes);