Home
last modified time | relevance | path

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

/external/openssh/
Dssh2.h108 #define SSH2_MSG_USERAUTH_FAILURE 51 macro
Dauth2.c360 packet_start(SSH2_MSG_USERAUTH_FAILURE); in userauth_finish()
Dsshconnect2.c416 dispatch_set(SSH2_MSG_USERAUTH_FAILURE, &input_userauth_failure); in ssh_userauth2()