Searched refs:SSH2_MSG_EXT_INFO (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/crypto/openssh/
H A Dssh2.h87 #define SSH2_MSG_EXT_INFO 7 macro
H A Dkex.c407 if ((r = sshpkt_start(ssh, SSH2_MSG_EXT_INFO)) != 0 ||
448 debug("SSH2_MSG_EXT_INFO received");
449 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &kex_protocol_error);
H A Dsshconnect2.c405 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &input_userauth_ext_info);
442 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &input_userauth_error);
H A Dpacket.c1195 type != SSH2_MSG_EXT_INFO;

Completed in 119 milliseconds