Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dssh2.h117 #define SSH2_MSG_USERAUTH_SUCCESS 52 macro
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth2.c348 packet_start(SSH2_MSG_USERAUTH_SUCCESS); in userauth_finish()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c361 dispatch_set(SSH2_MSG_USERAUTH_SUCCESS, &input_userauth_success); in ssh_userauth2()