Home | History | Annotate | Download | only in http

Lines Matching defs:challenge

35     std::string challenge = "Basic realm=\"Atlantis\"";
38 challenge, HttpAuth::AUTH_SERVER, origin, BoundNetLog(), &basic));
52 const char* challenge;
55 // The handler is initialized using this challenge. The first
57 // to treat the second challenge as a rejection since it is for
64 // A challenge for a different realm.
72 // challenge should be treated as being for "First" realm.
89 tests[0].challenge, HttpAuth::AUTH_SERVER, origin,
93 std::string challenge(tests[i].challenge);
94 HttpAuth::ChallengeTokenizer tok(challenge.begin(),
95 challenge.end());
102 const char* challenge;
178 std::string challenge = tests[i].challenge;
181 challenge, HttpAuth::AUTH_SERVER, origin, BoundNetLog(), &basic);