Home
last modified time | relevance | path

Searched refs:max_blocks_in (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/
H A Dpacket.c184 uint64_t max_blocks_in, max_blocks_out, rekey_limit; member
997 max_blocks = &state->max_blocks_in; in ssh_set_newkeys()
1082 const uint64_t max_blocks_in = hard ? in ssh_packet_check_rekey_blocklimit() local
1083 state->hard_max_blocks_in : state->max_blocks_in; in ssh_packet_check_rekey_blocklimit()
1103 (max_blocks_in && in ssh_packet_check_rekey_blocklimit()
1104 (state->p_read.blocks > max_blocks_in)); in ssh_packet_check_rekey_blocklimit()
3059 (unsigned long long)state->max_blocks_in); in connection_info_message()