Home
last modified time | relevance | path

Searched refs:kex_protocol_error (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssh/
H A Dkexgexs.c78 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REQUEST, &kex_protocol_error); in input_kex_dh_gex_request()
140 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_INIT, &kex_protocol_error); in input_kex_dh_gex_init()
H A Dkexgexc.c102 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_GROUP, &kex_protocol_error); in input_kex_dh_gex_group()
158 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REPLY, &kex_protocol_error); in input_kex_dh_gex_reply()
H A Dkexgen.c155 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_REPLY, &kex_protocol_error); in input_kex_gen_reply()
288 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_INIT, &kex_protocol_error); in input_kex_gen_init()
H A Dkex.c232 kex_protocol_error(int type, uint32_t seq, struct ssh *ssh) in kex_protocol_error() function
253 SSH2_MSG_TRANSPORT_MAX, &kex_protocol_error); in kex_reset_dispatch()
496 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &kex_protocol_error); in kex_input_ext_info()
537 ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_protocol_error); in kex_input_newkeys()
627 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_protocol_error); in kex_input_kexinit()
H A Dkex.h224 int kex_protocol_error(int, uint32_t, struct ssh *);
H A Dssh_namespace.h363 #define kex_protocol_error Fssh_kex_protocol_error macro