Home | History | Annotate | Download | only in http

Lines Matching defs:challenge

27   // Initializes the handler using a challenge issued by a server.
28 // |challenge| must be non-NULL and have already tokenized the
31 // for later use, and are not part of the initial challenge.
32 bool InitFromChallenge(HttpAuth::ChallengeTokenizer* challenge,
42 // NTLM+Negotiate it may indicate that another round of challenge+response
45 // be made with a different nonce provided in the challenge.
47 // |challenge| must be non-NULL and have already tokenized the
51 HttpAuth::ChallengeTokenizer* challenge) = 0;
88 // The challenge which was issued when creating the handler.
89 const std::string challenge() const {
93 // Numeric rank based on the challenge's security level. Higher
103 // Returns the proxy or server which issued the authentication challenge
124 // Returns true if the response to the current authentication challenge
126 // TODO(wtc): Find a better way to handle a multi-round challenge-response
148 // Initializes the handler using a challenge issued by a server.
149 // |challenge| must be non-NULL and have already tokenized the
154 virtual bool Init(HttpAuth::ChallengeTokenizer* challenge) = 0;
170 // The auth challenge.
177 // The score for this challenge. Higher numbers are better.