Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDkex.h160 void kex_input_kexinit(int, u_int32_t, void *);
HDkex.c226 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit); in kex_reset_dispatch()
288 kex_input_kexinit(int type, u_int32_t seq, void *ctxt) in kex_input_kexinit() function
HDssh_namespace.h322 #define kex_input_kexinit ssh_kex_input_kexinit macro
HDserverloop.c1246 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit); in server_init_dispatch_20()
HDclientloop.c2220 dispatch_set(SSH2_MSG_KEXINIT, &kex_input_kexinit); in client_init_dispatch_20()