Home
last modified time | relevance | path

Searched defs:challenge_str (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_challenge_tokenizer_unittest.cc11 std::string challenge_str = "Basic realm=\"foobar\""; in TEST() local
27 std::string challenge_str = "Basic [email protected]"; in TEST() local
43 std::string challenge_str = "Basic realm=\"[email protected]"; in TEST() local
59 std::string challenge_str = "Basic realm=\""; in TEST() local
76 std::string challenge_str = "Basic realm=\"foo bar"; in TEST() local
93 std::string challenge_str = "Digest qop=auth-int, algorithm=md5, realm=\"foo"; in TEST() local
117 std::string challenge_str = "Digest qop="; in TEST() local
130 std::string challenge_str = in TEST() local
156 std::string challenge_str = "NTLM"; in TEST() local
168 std::string challenge_str = "NTLM SGVsbG8sIFdvcmxkCg==="; in TEST() local