Searched refs:SSH2_MSG_USERAUTH_FAILURE (Results 1 – 3 of 3) sorted by relevance
113 #define SSH2_MSG_USERAUTH_FAILURE 51 macro
438 if ((r = sshpkt_start(ssh, SSH2_MSG_USERAUTH_FAILURE)) != 0 || in userauth_finish()
466 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_FAILURE, &input_userauth_failure); in input_userauth_service_accept()