Lines Matching full:authenticate
83 "www-authenticate: Basic realm=\"BasicRealm\"\n", in TEST()
91 "www-authenticate: Fake realm=\"FooBar\"\n", in TEST()
98 "www-authenticate: Basic realm=\"FooBar\"\n" in TEST()
99 "www-authenticate: Fake realm=\"FooBar\"\n" in TEST()
100 "www-authenticate: nonce=\"aaaaaaaaaa\"\n" in TEST()
101 "www-authenticate: Digest realm=\"DigestRealm\", " in TEST()
110 "www-authenticate:\n", in TEST()
116 "WWW-Authenticate: Negotiate\n" in TEST()
117 "WWW-Authenticate: NTLM\n", in TEST()
169 "WWW-Authenticate: Mock token_here\n"; in TEST()
172 "WWW-Authenticate: Basic realm=\"happy\"\n"; in TEST()
177 "WWW-Authenticate: \n"; in TEST()
180 "WWW-Authenticate: Basic realm=\"happy\"\n" in TEST()
181 "WWW-Authenticate: Mock token_here\n"; in TEST()
184 "WWW-Authenticate: Mock token_a\n" in TEST()
185 "WWW-Authenticate: Mock token_b\n"; in TEST()
260 EXPECT_STREQ("WWW-Authenticate", name.c_str()); in TEST()
263 EXPECT_STREQ("Proxy-Authenticate", name.c_str()); in TEST()