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

/openbsd-current/usr.bin/ssh/
H A Dssh2.h105 #define SSH2_MSG_KEX_DH_GEX_REPLY 33 macro
H A Dkexgexc.c128 debug("expecting SSH2_MSG_KEX_DH_GEX_REPLY");
129 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REPLY, &input_kex_dh_gex_reply);
151 debug("SSH2_MSG_KEX_DH_GEX_REPLY received");
152 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REPLY, &kex_protocol_error);
H A Dkexgexs.c182 if ((r = sshpkt_start(ssh, SSH2_MSG_KEX_DH_GEX_REPLY)) != 0 ||

Completed in 112 milliseconds