Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dssh2.h116 #define SSH2_MSG_USERAUTH_FAILURE 51 macro
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth2.c384 packet_start(SSH2_MSG_USERAUTH_FAILURE); in userauth_finish()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c362 dispatch_set(SSH2_MSG_USERAUTH_FAILURE, &input_userauth_failure); in ssh_userauth2()