HomeSort by relevance Sort by last modified time
    Searched refs:SSH_CMSG_AUTH_TIS_RESPONSE (Results 1 - 3 of 3) sorted by null

  /external/openssh/
ssh1.h 66 #define SSH_CMSG_AUTH_TIS_RESPONSE 41 /* response (string) */
auth1.c 82 SSH_CMSG_AUTH_TIS_RESPONSE, "challenge-response",
294 type != SSH_CMSG_AUTH_TIS_RESPONSE)
sshconnect1.c 426 packet_start(SSH_CMSG_AUTH_TIS_RESPONSE);
437 "to SSH_CMSG_AUTH_TIS_RESPONSE", type);

Completed in 75 milliseconds