Searched refs:Challenge (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dchap_ms.c840 char *username, u_char Challenge[8])
859 BCOPY(sha1Hash, Challenge, 8);
927 u_char Challenge[8]; local
929 ChallengeHash(PeerChallenge, rchallenge, username, Challenge);
935 ChallengeResponse(Challenge, PasswordHash, NTResponse);
989 u_char Challenge[8]; local
1002 ChallengeHash(PeerChallenge, rchallenge, username, Challenge);
1006 SHA1_Update(&sha1Context, Challenge, sizeof(Challenge));
1206 /* Generate the Peer-Challenge i
839 ChallengeHash(u_char PeerChallenge[16], u_char *rchallenge, char *username, u_char Challenge[8]) argument
[all...]
/macosx-10.10.1/libtelnet-13/
H A Dkrb4encpwd.c105 #define KRB4_ENCPWD_CHALLENGE 3 /* Challenge for mutual auth. */
315 Challenge = challenge;
319 if (r = krb_mk_encpwd_req(&krb_token, KRB_SERVICE_NAME, instance, realm, Challenge, UserNameRequested, user_passwd)) {
H A Drsaencpwd.c99 #define RSA_ENCPWD_CHALLENGEKEY 3 /* Challenge and public key */
366 Challenge = challenge;
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Drsaencpwd.c100 #define RSA_ENCPWD_CHALLENGEKEY 3 /* Challenge and public key */
366 Challenge = challenge;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dcssmtype.h464 (const CSSM_LIST *Challenge,
/macosx-10.10.1/ruby-106/ruby/lib/net/
H A Dimap.rb185 # for Simple Challenge/Response", RFC 2195, September 1997.
3463 raise DataFormatError, "Bad Challenge: '#{challenge}'" unless c.rest.size == 0

Completed in 215 milliseconds