Home
last modified time | relevance | path

Searched refs:SSH2_MSG_USERAUTH_FAILURE (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dssh2.h113 #define SSH2_MSG_USERAUTH_FAILURE 51 macro
Dauth2.c377 packet_start(SSH2_MSG_USERAUTH_FAILURE); in userauth_finish()
Dsshconnect2.c440 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_FAILURE, &input_userauth_failure); in input_userauth_service_accept()