Searched refs:SSH2_MSG_EXT_INFO (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/usr.bin/ssh/ |
| D | ssh2.h | 88 #define SSH2_MSG_EXT_INFO 7 macro
|
| D | PROTOCOL | 130 SSH2_MSG_EXT_INFO mechanism (RFC8308), with the following message: 167 1.11 transport: SSH2_MSG_EXT_INFO during user authentication 169 This protocol extension allows the SSH2_MSG_EXT_INFO to be sent 171 SSH2_MSG_EXT_INFO notification, but it may only be sent at the end 175 Support for receiving the SSH2_MSG_EXT_INFO message during user 177 "ext-info-in-auth@openssh.com" key via its initial SSH2_MSG_EXT_INFO 181 SSH2_MSG_EXT_INFO message any time after the client's first 184 it received during an earlier SSH2_MSG_EXT_INFO with the later one. 449 A server may advertise this method using the SSH2_MSG_EXT_INFO
|
| D | kex.c | 353 if ((r = sshpkt_start(ssh, SSH2_MSG_EXT_INFO)) != 0 || in kex_maybe_send_ext_info() 376 if ((r = sshpkt_start(ssh, SSH2_MSG_EXT_INFO)) != 0 || in kex_server_update_ext_info() 487 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &kex_protocol_error); in kex_input_ext_info() 527 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &kex_input_ext_info); in kex_input_newkeys()
|
| D | auth2.c | 167 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &kex_input_ext_info); in do_authentication2() 207 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &dispatch_protocol_error); in input_service_request()
|
| D | sshconnect2.c | 455 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, kex_input_ext_info); in ssh_userauth2() 506 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, ssh->kex->ext_info_s ? in input_userauth_service_accept() 594 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, dispatch_protocol_error); in input_userauth_success()
|
| D | packet.c | 1315 type != SSH2_MSG_EXT_INFO; in ssh_packet_type_is_kex()
|