Searched refs:kex_protocol_error (Results 1 – 6 of 6) sorted by relevance
| /src/crypto/openssh/ |
| H A D | kexgexs.c | 79 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_REQUEST, &kex_protocol_error); in input_kex_dh_gex_request() 141 ssh_dispatch_set(ssh, SSH2_MSG_KEX_DH_GEX_INIT, &kex_protocol_error); in input_kex_dh_gex_init()
|
| H A D | kexgexc.c | 103 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 D | kexgen.c | 155 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 D | kex.c | 236 kex_protocol_error(int type, u_int32_t seq, struct ssh *ssh) in kex_protocol_error() function 257 SSH2_MSG_TRANSPORT_MAX, &kex_protocol_error); in kex_reset_dispatch() 492 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &kex_protocol_error); in kex_input_ext_info() 533 ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_protocol_error); in kex_input_newkeys() 623 ssh_dispatch_set(ssh, SSH2_MSG_KEXINIT, &kex_protocol_error); in kex_input_kexinit()
|
| H A D | kex.h | 218 int kex_protocol_error(int, u_int32_t, struct ssh *);
|
| H A D | ssh_namespace.h | 364 #define kex_protocol_error Fssh_kex_protocol_error macro
|