Searched refs:SSH2_MSG_KEXINIT (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/crypto/openssh/ |
| 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()
|
| D | ssh2.h | 91 #define SSH2_MSG_KEXINIT 20 macro
|
| 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()
|
| D | kex.c | 535 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in kex_input_newkeys() 577 if ((r = sshpkt_start(ssh, SSH2_MSG_KEXINIT)) != 0 || in kex_send_kexinit() 603 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, NULL); in kex_input_kexinit() 737 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in kex_ready()
|
| D | ssh_api.c | 267 type >= SSH2_MSG_KEXINIT && type <= SSH2_MSG_TRANSPORT_MAX && in ssh_packet_next()
|
| D | serverloop.c | 934 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in server_init_dispatch()
|
| D | clientloop.c | 2594 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in client_init_dispatch()
|
| D | packet.c | 1284 if (type == SSH2_MSG_KEXINIT) in ssh_packet_send2()
|