Home
last modified time | relevance | path

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

/external/openssh/
Dkex.h147 void kex_input_kexinit(int, u_int32_t, void *);
Dkex.c165 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit); in kex_reset_dispatch()
227 kex_input_kexinit(int type, u_int32_t seq, void *ctxt) in kex_input_kexinit() function
Dserverloop.c1220 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit); in server_init_dispatch_20()
Dclientloop.c2104 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit); in client_init_dispatch_20()