Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dkex.h147 int ext_info_s; member
H A Dkex.c338 if (!ssh->kex->ext_info_c && !ssh->kex->ext_info_s) in kex_maybe_send_ext_info()
347 if (ssh->kex->ext_info_s && in kex_maybe_send_ext_info()
951 kex->ext_info_s = kexalgs_contains(peer, "ext-info-s"); in kex_choose_conf()
H A Dsshconnect2.c506 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, ssh->kex->ext_info_s ? in input_userauth_service_accept()