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

/freebsd-10.1-release/crypto/openssh/
H A Dssh2.h99 #define SSH2_MSG_KEX_DH_GEX_REQUEST 34 macro
H A Dkexgexc.c75 packet_start(SSH2_MSG_KEX_DH_GEX_REQUEST);
80 debug("SSH2_MSG_KEX_DH_GEX_REQUEST(%u<%u<%u) sent",
H A Dkexgexs.c74 case SSH2_MSG_KEX_DH_GEX_REQUEST:
75 debug("SSH2_MSG_KEX_DH_GEX_REQUEST received");

Completed in 92 milliseconds