Searched refs:SSH2_MSG_KEXINIT (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | kexdh.c | 65 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 D | kexgex.c | 67 buffer_put_char(&b, SSH2_MSG_KEXINIT); in kexgex_hash() 70 buffer_put_char(&b, SSH2_MSG_KEXINIT); in kexgex_hash()
|
H A D | kex.c | 148 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit); in kex_reset_dispatch() 212 packet_start(SSH2_MSG_KEXINIT); in kex_send_kexinit()
|
H A D | packet.c | 898 if (type == SSH2_MSG_KEXINIT) in packet_send2()
|
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | ssh2.h | 98 #define SSH2_MSG_KEXINIT 20 macro
|
/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | serverloop.c | 890 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 D | sshd.c | 1673 dispatch_range(SSH2_MSG_KEXINIT, SSH2_MSG_TRANSPORT_MAX, in main()
|
/titanic_50/usr/src/cmd/ssh/ssh/ |
H A D | clientloop.c | 1582 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit); in client_init_dispatch_20()
|