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.c82 SSH_CMSG_AUTH_TIS_RESPONSE, "challenge-response",
294 type != SSH_CMSG_AUTH_TIS_RESPONSE) in do_authloop()
Dsshconnect1.c426 packet_start(SSH_CMSG_AUTH_TIS_RESPONSE); in try_challenge_response_authentication()