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

  /external/openssh/
ssh1.h 64 #define SSH_CMSG_AUTH_TIS 39 /* we use this for s/key */
auth1.c 77 SSH_CMSG_AUTH_TIS, "challenge-response",
293 if (prev == SSH_CMSG_AUTH_TIS &&
sshconnect1.c 397 packet_start(SSH_CMSG_AUTH_TIS);
405 "to SSH_CMSG_AUTH_TIS", type);

Completed in 93 milliseconds