Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dssh1.h73 #define SSH_CMSG_AUTH_TIS_RESPONSE 41 /* response (string) */ macro
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth1.c58 case SSH_CMSG_AUTH_TIS_RESPONSE: in get_authname()
300 case SSH_CMSG_AUTH_TIS_RESPONSE: in do_authloop()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c905 packet_start(SSH_CMSG_AUTH_TIS_RESPONSE); in try_challenge_response_authentication()