Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dkexgssc.c195 case SSH2_MSG_KEXGSS_COMPLETE: in kexgss_client()
255 if (type != SSH2_MSG_KEXGSS_COMPLETE) in kexgss_client()
H A Dkexgsss.c212 packet_start(SSH2_MSG_KEXGSS_COMPLETE); in kexgss_server()
/titanic_50/usr/src/cmd/ssh/include/
H A Dssh-gss.h58 #define SSH2_MSG_KEXGSS_COMPLETE 32 macro