Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssh/
Dssh1.h64 #define SSH_CMSG_AUTH_TIS 39 /* we use this for s/key */ macro
Dauth1.c77 SSH_CMSG_AUTH_TIS, "challenge-response",
282 if (prev == SSH_CMSG_AUTH_TIS && in do_authloop()
Dsshconnect1.c399 packet_start(SSH_CMSG_AUTH_TIS); in try_challenge_response_authentication()