Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dkex.c379 kex_protocol_error(int type, u_int32_t seq, struct ssh *ssh) in kex_protocol_error() function
395 SSH2_MSG_TRANSPORT_MAX, &kex_protocol_error); in kex_reset_dispatch()
449 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &kex_protocol_error); in kex_input_ext_info()
483 ssh_dispatch_set(ssh, SSH2_MSG_NEWKEYS, &kex_protocol_error); in kex_input_newkeys()
H A Dssh_namespace.h335 #define kex_protocol_error Fssh_kex_protocol_error macro