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

/openbsd-current/usr.bin/ssh/
H A Dssh2.h103 #define SSH2_MSG_KEX_DH_GEX_GROUP 31 macro
H A Dkexgexc.c79 debug("expecting SSH2_MSG_KEX_DH_GEX_GROUP");
80 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_GROUP,
95 debug("SSH2_MSG_KEX_DH_GEX_GROUP received");
96 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_GROUP, &kex_protocol_error);
H A Dkexgexs.c100 debug("SSH2_MSG_KEX_DH_GEX_GROUP sent");
102 if ((r = sshpkt_start(ssh, SSH2_MSG_KEX_DH_GEX_GROUP)) != 0 ||

Completed in 147 milliseconds