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

/freebsd-10-stable/crypto/openssh/
H A Dkex.h183 int kex_input_kexinit(int, u_int32_t, void *);
H A Dkex.c337 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit);
462 kex_input_kexinit(int type, u_int32_t seq, void *ctxt) function
H A Dssh_namespace.h394 #define kex_input_kexinit Fssh_kex_input_kexinit macro
H A Dserverloop.c1376 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit);
H A Dclientloop.c2660 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit);

Completed in 78 milliseconds