Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
Dkexgex.c73 (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()
Dssh2.h91 #define SSH2_MSG_KEXINIT 20 macro
Dkexgen.c71 (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()
Dkex.c535 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()
Dssh_api.c267 type >= SSH2_MSG_KEXINIT && type <= SSH2_MSG_TRANSPORT_MAX && in ssh_packet_next()
Dserverloop.c934 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in server_init_dispatch()
Dclientloop.c2594 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in client_init_dispatch()
Dpacket.c1284 if (type == SSH2_MSG_KEXINIT) in ssh_packet_send2()