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

/freebsd-10.3-release/crypto/openssh/
H A Dkex.h177 int kex_input_kexinit(int, u_int32_t, void *);
H A Dkex.c333 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit);
458 kex_input_kexinit(int type, u_int32_t seq, void *ctxt) function
H A Dserverloop.c1375 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit);
H A Dssh_namespace.h396 #define kex_input_kexinit Fssh_kex_input_kexinit macro
H A Dclientloop.c2656 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit);

Completed in 86 milliseconds