Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dkex.h190 void kexgss_client(Kex *);
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dkexgssc.c57 kexgss_client(Kex *kex) in kexgss_client() function
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c171 kex->kex[KEX_GSS_GRP1_SHA1] = kexgss_client; in ssh_kex2()