Searched refs:input_userauth_error (Results 1 – 1 of 1) sorted by relevance
299 int input_userauth_error(int, u_int32_t, struct ssh *);404 ssh_dispatch_init(ssh, &input_userauth_error); in ssh_userauth2()442 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &input_userauth_error); in input_userauth_service_accept()498 input_userauth_error(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_error() function