Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dssh2.h122 #define SSH2_MSG_USERAUTH_PK_OK 60 macro
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth2-pubkey.c176 packet_start(SSH2_MSG_USERAUTH_PK_OK); in userauth_pubkey()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c536 dispatch_set(SSH2_MSG_USERAUTH_PK_OK, NULL); in input_userauth_pk_ok()
1153 dispatch_set(SSH2_MSG_USERAUTH_PK_OK, &input_userauth_pk_ok); in send_pubkey_test()