Home
last modified time | relevance | path

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

/external/openssh/
Dssh1.h66 #define SSH_CMSG_AUTH_TIS_RESPONSE 41 /* response (string) */ macro
Dauth1.c85 SSH_CMSG_AUTH_TIS_RESPONSE, "challenge-response",
286 type != SSH_CMSG_AUTH_TIS_RESPONSE) in do_authloop()
Dsshconnect1.c440 packet_start(SSH_CMSG_AUTH_TIS_RESPONSE); in try_challenge_response_authentication()