Home
last modified time | relevance | path

Searched refs:kex_hook (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Dkex.h157 void (*kex_hook)(Kex *, char **); /* for GSS keyex rekeying */ member
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dkex.c256 if (kex->kex_hook == NULL) in kex_do_hook()
262 (kex->kex_hook)(kex, prop); in kex_do_hook()
289 kex->kex_hook = hook; /* called by kex_send_kexinit() */ in kex_setup()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dsshd.c1934 Kex_hook_func kex_hook = NULL; in prepare_for_ssh2_kex() local
1991 kex_hook = ssh_gssapi_server_kex_hook; in prepare_for_ssh2_kex()
1994 kex = kex_setup(NULL, myproposal, kex_hook); in prepare_for_ssh2_kex()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c100 Kex_hook_func kex_hook = NULL; in ssh_kex2() local
112 kex_hook = ssh_gssapi_client_kex_hook; in ssh_kex2()
166 kex = kex_setup(host, myproposal, kex_hook); in ssh_kex2()