Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dkexgexs.c70 case SSH2_MSG_KEX_DH_GEX_REQUEST_OLD: in kexgex_server()
142 if (type == SSH2_MSG_KEX_DH_GEX_REQUEST_OLD) in kexgex_server()
H A Dkexgexc.c61 packet_start(SSH2_MSG_KEX_DH_GEX_REQUEST_OLD); in kexgex_client()
/titanic_41/usr/src/cmd/ssh/include/
H A Dssh2.h107 #define SSH2_MSG_KEX_DH_GEX_REQUEST_OLD 30 macro