Home
last modified time | relevance | path

Searched refs:kex_input_kexinit (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/openssh/
H A Dkex.h201 int kex_input_kexinit(int, u_int32_t, struct ssh *);
H A Dkex.c535 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in kex_input_newkeys()
590 kex_input_kexinit(int type, u_int32_t seq, struct ssh *ssh) in kex_input_kexinit() function
737 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in kex_ready()
H A Dserverloop.c934 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in server_init_dispatch()
H A Dclientloop.c2594 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in client_init_dispatch()