Home
last modified time | relevance | path

Searched refs:AllowsExplicitCredentials (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_handler_ntlm_portable_unittest.cc175 TEST_F(HttpAuthHandlerNtlmPortableTest, AllowsExplicitCredentials) { in TEST_F() argument
177 ASSERT_TRUE(GetAuthHandler()->AllowsExplicitCredentials()); in TEST_F()
H A Dhttp_auth_handler_negotiate.cc175 bool HttpAuthHandlerNegotiate::AllowsExplicitCredentials() { in AllowsExplicitCredentials() function in net::HttpAuthHandlerNegotiate
176 return auth_system_->AllowsExplicitCredentials(); in AllowsExplicitCredentials()
H A Dhttp_auth_controller.cc372 if (!handler_->AllowsExplicitCredentials()) { in HandleAuthChallenge()
600 if (!handler_->AllowsExplicitCredentials()) { in HandleGenerateTokenResult()
H A Dhttp_auth_mechanism.h33 virtual bool AllowsExplicitCredentials() const = 0;
H A Dhttp_auth_ntlm_mechanism.h59 bool AllowsExplicitCredentials() const override;
H A Dhttp_auth_handler.h173 virtual bool AllowsExplicitCredentials();
H A Dhttp_auth_handler_mock.h100 bool AllowsExplicitCredentials() override;
H A Dhttp_auth_handler.cc84 bool HttpAuthHandler::AllowsExplicitCredentials() { in AllowsExplicitCredentials() function in net::HttpAuthHandler
H A Dhttp_auth_handler_negotiate.h98 bool AllowsExplicitCredentials() override;
H A Dhttp_auth_ntlm_mechanism.cc98 bool HttpAuthNtlmMechanism::AllowsExplicitCredentials() const { in AllowsExplicitCredentials() function in net::HttpAuthNtlmMechanism
H A Dhttp_auth_sspi_win.h155 bool AllowsExplicitCredentials() const override;
H A Dhttp_auth_handler_mock.cc60 bool HttpAuthHandlerMock::AllowsExplicitCredentials() { in AllowsExplicitCredentials() function in net::HttpAuthHandlerMock
H A Dhttp_auth_controller_unittest.cc213 !AllowsExplicitCredentials() || in TEST()
H A Dhttp_auth_gssapi_posix.h232 bool AllowsExplicitCredentials() const override;
H A Dhttp_auth_handler_negotiate_unittest.cc504 bool AllowsExplicitCredentials() const override { return true; } in AllowsExplicitCredentials() function in net::TestAuthSystem
H A Dhttp_auth_sspi_win.cc384 bool HttpAuthSSPI::AllowsExplicitCredentials() const { in AllowsExplicitCredentials() function in net::HttpAuthSSPI
H A Dhttp_auth_gssapi_posix.cc668 bool HttpAuthGSSAPI::AllowsExplicitCredentials() const { in AllowsExplicitCredentials() function in net::HttpAuthGSSAPI
/aosp_15_r20/external/cronet/net/android/
H A Dhttp_auth_negotiate_android.h79 bool AllowsExplicitCredentials() const override;
H A Dhttp_auth_negotiate_android.cc78 bool HttpAuthNegotiateAndroid::AllowsExplicitCredentials() const { in AllowsExplicitCredentials() function in net::android::HttpAuthNegotiateAndroid