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

/freebsd-10.2-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)
240 if (type != SSH_SMSG_AUTH_RSA_CHALLENGE)
354 if (type != SSH_SMSG_AUTH_RSA_CHALLENGE)
H A Dauth-rsa.c150 packet_start(SSH_SMSG_AUTH_RSA_CHALLENGE);

Completed in 54 milliseconds