Searched refs:SSH2_MSG_KEX_DH_GEX_REQUEST (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.bin/ssh/
H A Dssh2.h106 #define SSH2_MSG_KEX_DH_GEX_REQUEST 34 macro
H A Dkexgexs.c57 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REQUEST,
59 debug("expecting SSH2_MSG_KEX_DH_GEX_REQUEST");
71 debug("SSH2_MSG_KEX_DH_GEX_REQUEST received");
72 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REQUEST, &kex_protocol_error);
H A Dkexgexc.c67 if ((r = sshpkt_start(ssh, SSH2_MSG_KEX_DH_GEX_REQUEST)) != 0 ||
73 debug("SSH2_MSG_KEX_DH_GEX_REQUEST(%u<%u<%u) sent",

Completed in 173 milliseconds