Searched refs:SSH2_MSG_KEXINIT (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | kexgex.c | 73 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 || in kexgex_hash() 76 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 || in kexgex_hash()
|
H A D | ssh2.h | 93 #define SSH2_MSG_KEXINIT 20 macro
|
H A D | kexgen.c | 71 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 || in kex_gen_hash() 74 (r = sshbuf_put_u8(b, SSH2_MSG_KEXINIT)) != 0 || in kex_gen_hash()
|
H A D | kex.c | 534 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in kex_input_newkeys() 598 if ((r = sshpkt_start(ssh, SSH2_MSG_KEXINIT)) != 0 || in kex_send_kexinit() 623 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_protocol_error); in kex_input_kexinit() 757 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in kex_ready()
|
H A D | PROTOCOL | 145 initial SSH2_MSG_KEXINIT kex_algorithms field. The client may append 148 are only valid in the initial SSH2_MSG_KEXINIT and MUST be ignored 149 if they are present in subsequent SSH2_MSG_KEXINIT packets. 158 packet received is not SSH2_MSG_KEXINIT. Unexpected packets for
|
H A D | ssh_api.c | 284 type >= SSH2_MSG_KEXINIT && type <= SSH2_MSG_TRANSPORT_MAX && in ssh_packet_next()
|
H A D | serverloop.c | 895 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in server_init_dispatch()
|
H A D | clientloop.c | 2810 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in client_init_dispatch()
|
H A D | packet.c | 1386 if (type == SSH2_MSG_KEXINIT) in ssh_packet_send2()
|