Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkex.h156 int ext_info_received; member
H A Dkex.c442 } else if (ssh->kex->ext_info_received == 1 && in kex_ext_info_client_parse()
448 } else if (ssh->kex->ext_info_received == 1 && in kex_ext_info_client_parse()
488 if (++kex->ext_info_received > max_ext_info) { in kex_input_ext_info()