Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dssh1.h71 #define SSH_CMSG_AUTH_TIS 39 /* we use this for s/key */ macro
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth1.c57 case SSH_CMSG_AUTH_TIS: in get_authname()
285 case SSH_CMSG_AUTH_TIS: in do_authloop()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c876 packet_start(SSH_CMSG_AUTH_TIS); in try_challenge_response_authentication()