HomeSort by relevance Sort by last modified time
    Searched refs:ssh_dispatch_set (Results 1 - 11 of 11) sorted by null

  /external/openssh/
dispatch.h 44 void ssh_dispatch_set(struct ssh *, int, dispatch_fn *);
54 ssh_dispatch_set(active_state, (type), (fn))
kexgexc.c 91 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_GROUP,
141 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_GROUP, NULL);
142 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REPLY, &input_kex_dh_gex_reply);
kexgexs.c 63 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REQUEST_OLD,
65 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REQUEST,
139 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_INIT, &input_kex_dh_gex_init);
dispatch.c 86 ssh_dispatch_set(struct ssh *ssh, int type, dispatch_fn *fn) function
kexc25519c.c 67 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_REPLY, &input_kex_c25519_reply);
kexc25519s.c 49 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_INIT, &input_kex_c25519_init);
kexecdhs.c 56 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_INIT, &input_kex_ecdh_init);
kexdhc.c 89 ssh_dispatch_set(ssh, SSH2_MSG_KEXDH_REPLY, &input_kex_dh);
kexdhs.c 80 ssh_dispatch_set(ssh, SSH2_MSG_KEXDH_INIT, &input_kex_dh_init);
kexecdhc.c 89 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_REPLY, &input_kex_ecdh_reply);
kex.c 251 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit);
265 ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_input_newkeys);
277 ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_protocol_error);

Completed in 746 milliseconds