Searched refs:ssh_dispatch_set (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Ddispatch.h44 void ssh_dispatch_set(struct ssh *, int, dispatch_fn *);
54 ssh_dispatch_set(active_state, (type), (fn))
H A Dkexgexc.c84 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_GROUP,
134 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_GROUP, NULL);
135 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REPLY, &input_kex_dh_gex_reply);
H A Ddispatch.c86 ssh_dispatch_set(struct ssh *ssh, int type, dispatch_fn *fn) function
H A Dkexgexs.c63 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REQUEST,
116 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_INIT, &input_kex_dh_gex_init);
H A Dkexc25519c.c67 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_REPLY, &input_kex_c25519_reply);
H A Dkexecdhs.c56 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_INIT, &input_kex_ecdh_init);
H A Dkexc25519s.c50 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_INIT, &input_kex_c25519_init);
H A Dkexecdhc.c89 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_REPLY, &input_kex_ecdh_reply);
H A Dkex.c337 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_input_kexinit);
365 ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_input_newkeys);
382 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &kex_protocol_error);
419 ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_protocol_error);
H A Dkexdhs.c87 ssh_dispatch_set(ssh, SSH2_MSG_KEXDH_INIT, &input_kex_dh_init);
H A Dkexdhc.c96 ssh_dispatch_set(ssh, SSH2_MSG_KEXDH_REPLY, &input_kex_dh);
H A Dsshconnect2.c400 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &input_userauth_ext_info);
401 ssh_dispatch_set(ssh, SSH2_MSG_SERVICE_ACCEPT, &input_userauth_service_accept);
435 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &input_userauth_error);
436 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_SUCCESS, &input_userauth_success);
437 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_FAILURE, &input_userauth_failure);
438 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_BANNER, &input_userauth_banner);
H A Dssh_namespace.h598 #define ssh_dispatch_set Fssh_ssh_dispatch_set macro

Completed in 219 milliseconds