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

/freebsd-10.0-release/crypto/openssh/
H A Dkex.h158 void kex_input_kexinit(int, u_int32_t, void *);
H A Dkex.c216 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit);
278 kex_input_kexinit(int type, u_int32_t seq, void *ctxt) function
286 fatal("kex_input_kexinit: no kex, cannot rekey");
H A Dssh_namespace.h248 #define kex_input_kexinit ssh_kex_input_kexinit macro
H A Dserverloop.c1245 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit);
H A Dclientloop.c2220 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit);

Completed in 141 milliseconds