Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssh/
H A Dkex.h209 int kex_input_kexinit(int, u_int32_t, struct ssh *);
H A Dkex.c782 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in kex_input_newkeys()
858 kex_input_kexinit(int type, u_int32_t seq, struct ssh *ssh) in kex_input_kexinit() function
1005 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in kex_ready()
H A Dserverloop.c931 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in server_init_dispatch()
H A Dssh_namespace.h354 #define kex_input_kexinit Fssh_kex_input_kexinit macro
H A Dclientloop.c2847 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit); in client_init_dispatch()