Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dssh1.h39 #define SSH_SMSG_AUTH_RSA_CHALLENGE 7 /* int (BIGNUM) */ macro
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth-rsa.c132 packet_start(SSH_SMSG_AUTH_RSA_CHALLENGE); in auth_rsa_challenge_dialog()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c113 if (type != SSH_SMSG_AUTH_RSA_CHALLENGE) in try_agent_authentication()
245 if (type != SSH_SMSG_AUTH_RSA_CHALLENGE) in try_rsa_authentication()
359 if (type != SSH_SMSG_AUTH_RSA_CHALLENGE) in try_rhosts_rsa_authentication()