Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dssh1.h33 #define SSH_SMSG_AUTH_RSA_CHALLENGE 7 /* int (BIGNUM) */ macro
Dsshconnect1.c105 if (type != SSH_SMSG_AUTH_RSA_CHALLENGE) in try_agent_authentication()
237 if (type != SSH_SMSG_AUTH_RSA_CHALLENGE) in try_rsa_authentication()
351 if (type != SSH_SMSG_AUTH_RSA_CHALLENGE) in try_rhosts_rsa_authentication()
Dauth-rsa.c142 packet_start(SSH_SMSG_AUTH_RSA_CHALLENGE); in auth_rsa_challenge_dialog()