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

/freebsd-11-stable/crypto/openssh/
H A Dkex.h184 int kex_input_kexinit(int, u_int32_t, void *);
H A Dkex.c433 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit);
478 kex_input_kexinit(int type, u_int32_t seq, void *ctxt) function
548 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit);
H A Dserverloop.c866 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit);
H A Dssh_namespace.h389 #define kex_input_kexinit Fssh_kex_input_kexinit macro
H A Dclientloop.c2708 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit);

Completed in 139 milliseconds