Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dkexgexs.c80 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REQUEST, &kex_protocol_error); in input_kex_dh_gex_request()
142 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_INIT, &kex_protocol_error); in input_kex_dh_gex_init()
H A Dkexgexc.c103 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_GROUP, &kex_protocol_error); in input_kex_dh_gex_group()
159 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REPLY, &kex_protocol_error); in input_kex_dh_gex_reply()
H A Dkexgen.c152 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_REPLY, &kex_protocol_error); in input_kex_gen_reply()
279 ssh_dispatch_set(ssh, SSH2_MSG_KEX_ECDH_INIT, &kex_protocol_error); in input_kex_gen_init()
H A Dkex.h203 int kex_protocol_error(int, u_int32_t, struct ssh *);
H A Dkex.c409 kex_protocol_error(int type, u_int32_t seq, struct ssh *ssh) in kex_protocol_error() function
425 SSH2_MSG_TRANSPORT_MAX, &kex_protocol_error); in kex_reset_dispatch()
485 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &kex_protocol_error); in kex_input_ext_info()
534 ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_protocol_error); in kex_input_newkeys()