Searched refs:dispatch_protocol_error (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | dispatch.h | 41 int dispatch_protocol_error(int, uint32_t, struct ssh *);
|
| H A D | dispatch.c | 40 dispatch_protocol_error(int type, uint32_t seq, struct ssh *ssh) in dispatch_protocol_error() function
|
| H A D | auth2.c | 175 ssh_dispatch_init(ssh, &dispatch_protocol_error); in do_authentication2() 217 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &dispatch_protocol_error); in input_service_request()
|
| H A D | kex.c | 494 return dispatch_protocol_error(type, seq, ssh); in kex_input_ext_info() 502 return dispatch_protocol_error(type, seq, ssh); in kex_input_ext_info()
|
| H A D | serverloop.c | 904 ssh_dispatch_init(ssh, &dispatch_protocol_error); in server_init_dispatch()
|
| H A D | ssh_namespace.h | 248 #define dispatch_protocol_error Fssh_dispatch_protocol_error macro
|
| H A D | clientloop.c | 2834 ssh_dispatch_init(ssh, &dispatch_protocol_error); in client_init_dispatch()
|
| H A D | sshconnect2.c | 602 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, dispatch_protocol_error); in input_userauth_success()
|