Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssh/
HDkex.h154 int ext_info_s; member
HDkex.c343 if (!ssh->kex->ext_info_c && !ssh->kex->ext_info_s) in kex_maybe_send_ext_info()
352 if (ssh->kex->ext_info_s && in kex_maybe_send_ext_info()
958 kex->ext_info_s = kexalgs_contains(peer, "ext-info-s"); in kex_choose_conf()
HDsshconnect2.c513 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, ssh->kex->ext_info_s ? in input_userauth_service_accept()