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

/external/okhttp/src/main/java/libcore/net/http/
H A DChallenge.java22 final class Challenge { class
26 Challenge(String scheme, String realm) { method in class:Challenge
32 return o instanceof Challenge
33 && ((Challenge) o).scheme.equals(scheme)
34 && ((Challenge) o).realm.equals(realm);
H A DHeaderParser.java72 public static List<Challenge> parseChallenges(
81 List<Challenge> result = new ArrayList<Challenge>();
111 result.add(new Challenge(scheme, realm));
H A DHttpURLConnectionImpl.java430 List<Challenge> challenges = HeaderParser.parseChallenges(responseHeaders, challengeHeader);
435 for (Challenge challenge : challenges) {
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DChallenge.java34 * Challenge part of the Auth header. This is only used by the parser interface
41 public class Challenge extends SIPObject { class in inherits:SIPObject
72 public Challenge() { method in class:Challenge
252 Challenge retval = (Challenge) super.clone();
H A DAuthenticationHeader.java146 public void setChallenge(Challenge challenge) {
206 * method returns only the realm of the complete Challenge.
/external/libppp/src/
H A Dchap_ms.c155 char *UserName, char *Challenge)
174 memcpy(Challenge, Digest, 8);
182 char Challenge[8]; local
185 ChallengeHash(PeerChallenge, AuthenticatorChallenge, UserName, Challenge);
187 ChallengeResponse(Challenge, PasswordHash, Response);
222 char Challenge[8]; local
256 ChallengeHash(PeerChallenge, AuthenticatorChallenge, UserName, Challenge);
259 SHA1_Update(&Context, Challenge, 8);
154 ChallengeHash(char *PeerChallenge, char *AuthenticatorChallenge, char *UserName, char *Challenge) argument
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.compat16 ATTRIBUTE Challenge-State 24 string
H A Ddictionary.microsoft22 ATTRIBUTE MS-CHAP-Challenge 11 string Microsoft
47 #ATTRIBUTE MS-ARAP-Challenge 33 string Microsoft
H A Ddictionary85 ATTRIBUTE Chap-Challenge 60 string
/external/ppp/pppd/
H A Dchap_ms.c479 char *username, u_char Challenge[8])
498 BCOPY(sha1Hash, Challenge, 8);
560 u_char Challenge[8]; local
563 Challenge);
569 ChallengeResponse(Challenge, PasswordHash, NTResponse);
620 u_char Challenge[8]; local
628 ChallengeHash(PeerChallenge, rchallenge, username, Challenge);
632 SHA1_Update(&sha1Context, Challenge, sizeof(Challenge));
866 /* Generate the Peer-Challenge i
478 ChallengeHash(u_char PeerChallenge[16], u_char *rchallenge, char *username, u_char Challenge[8]) argument
[all...]
/external/ppp/pppd/plugins/
H A Dwinbind.c363 fprintf(pipe_in, "LANMAN-Challenge: %s\n", challenge_hex);
614 u_char Challenge[8]; local
621 ChallengeHash(rmd->PeerChallenge, challenge, user, Challenge);
629 Challenge,
668 error("WINBIND: Challenge type %u unsupported", digest->code);

Completed in 299 milliseconds