Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkex.h153 int ext_info_c; member
H A Dkex.c343 if (!ssh->kex->ext_info_c && !ssh->kex->ext_info_s) in kex_maybe_send_ext_info()
349 if (ssh->kex->ext_info_c && in kex_maybe_send_ext_info()
531 if (kex->ext_info_c && initial) in kex_input_newkeys()
954 kex->ext_info_c = kexalgs_contains(peer, "ext-info-c"); in kex_choose_conf()
H A Dauth2.c177 if (ssh->kex->ext_info_c) in do_authentication2()