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

/freebsd-10.1-release/crypto/openssh/
H A Dssh2.h95 #define SSH2_MSG_KEX_DH_GEX_REQUEST_OLD 30 macro
H A Dkexgexs.c84 case SSH2_MSG_KEX_DH_GEX_REQUEST_OLD:
85 debug("SSH2_MSG_KEX_DH_GEX_REQUEST_OLD received");
158 if (type == SSH2_MSG_KEX_DH_GEX_REQUEST_OLD)
H A Dkexgexc.c65 packet_start(SSH2_MSG_KEX_DH_GEX_REQUEST_OLD);
70 debug("SSH2_MSG_KEX_DH_GEX_REQUEST_OLD(%u) sent", nbits);

Completed in 97 milliseconds