Home
last modified time | relevance | path

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

/external/openssh/
Dssh1.h65 #define SSH_SMSG_AUTH_TIS_CHALLENGE 40 /* challenge (string) */ macro
Dsshconnect1.c417 type != SSH_SMSG_AUTH_TIS_CHALLENGE) { in try_challenge_response_authentication()
421 if (type != SSH_SMSG_AUTH_TIS_CHALLENGE) { in try_challenge_response_authentication()
Dauth1.c208 packet_start(SSH_SMSG_AUTH_TIS_CHALLENGE); in auth1_process_tis_challenge()