Home
last modified time | relevance | path

Searched refs:SSH2_MSG_KEXINIT (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dkexdh.c65 buffer_put_char(&b, SSH2_MSG_KEXINIT); in kex_dh_hash()
68 buffer_put_char(&b, SSH2_MSG_KEXINIT); in kex_dh_hash()
H A Dkexgex.c67 buffer_put_char(&b, SSH2_MSG_KEXINIT); in kexgex_hash()
70 buffer_put_char(&b, SSH2_MSG_KEXINIT); in kexgex_hash()
H A Dkex.c148 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit); in kex_reset_dispatch()
212 packet_start(SSH2_MSG_KEXINIT); in kex_send_kexinit()
H A Dpacket.c898 if (type == SSH2_MSG_KEXINIT) in packet_send2()
/titanic_50/usr/src/cmd/ssh/include/
H A Dssh2.h98 #define SSH2_MSG_KEXINIT 20 macro
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dserverloop.c890 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit); in aps_monitor_loop()
1271 dispatch_range(SSH2_MSG_KEXINIT, SSH2_MSG_TRANSPORT_MAX, in server_init_dispatch_20()
1276 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit); in server_init_dispatch_20()
H A Dsshd.c1673 dispatch_range(SSH2_MSG_KEXINIT, SSH2_MSG_TRANSPORT_MAX, in main()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1582 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit); in client_init_dispatch_20()