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

/freebsd-10.0-release/crypto/openssh/
H A Dssh1.h32 #define SSH_SMSG_AUTH_RSA_CHALLENGE 7 /* int (BIGNUM) */ macro
H A Dsshconnect1.c106 if (type != SSH_SMSG_AUTH_RSA_CHALLENGE)
238 if (type != SSH_SMSG_AUTH_RSA_CHALLENGE)
352 if (type != SSH_SMSG_AUTH_RSA_CHALLENGE)
H A Dauth-rsa.c146 packet_start(SSH_SMSG_AUTH_RSA_CHALLENGE);

Completed in 73 milliseconds