Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A 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()
H A Dssh2.h93 #define SSH2_MSG_KEXINIT 20 macro
H A 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()
H A Dkex.c534 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 DPROTOCOL145 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 Dssh_api.c284 type >= SSH2_MSG_KEXINIT && type <= SSH2_MSG_TRANSPORT_MAX && in ssh_packet_next()
H A Dserverloop.c895 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in server_init_dispatch()
H A Dclientloop.c2810 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in client_init_dispatch()
H A Dpacket.c1386 if (type == SSH2_MSG_KEXINIT) in ssh_packet_send2()