Home
last modified time | relevance | path

Searched refs:HttpAuthHandlerNTLM (Results 1 – 12 of 12) sorted by relevance

/external/cronet/tot/net/http/
Dhttp_auth_handler_ntlm_portable.cc15 int HttpAuthHandlerNTLM::Factory::CreateAuthHandler( in CreateAuthHandler()
33 std::make_unique<HttpAuthHandlerNTLM>(http_auth_preferences()); in CreateAuthHandler()
43 HttpAuthHandlerNTLM::HttpAuthHandlerNTLM( in HttpAuthHandlerNTLM() function in net::HttpAuthHandlerNTLM
47 bool HttpAuthHandlerNTLM::NeedsIdentity() { in NeedsIdentity()
51 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() { in AllowsDefaultCredentials()
57 int HttpAuthHandlerNTLM::GenerateAuthTokenImpl( in GenerateAuthTokenImpl()
67 HttpAuth::AuthorizationResult HttpAuthHandlerNTLM::ParseChallenge( in ParseChallenge()
72 HttpAuthHandlerNTLM::~HttpAuthHandlerNTLM() = default;
Dhttp_auth_handler_ntlm_win.cc21 int HttpAuthHandlerNTLM::Factory::CreateAuthHandler( in CreateAuthHandler()
36 auto tmp_handler = std::make_unique<HttpAuthHandlerNTLM>( in CreateAuthHandler()
46 HttpAuthHandlerNTLM::HttpAuthHandlerNTLM( in HttpAuthHandlerNTLM() function in net::HttpAuthHandlerNTLM
52 int HttpAuthHandlerNTLM::GenerateAuthTokenImpl( in GenerateAuthTokenImpl()
62 HttpAuthHandlerNTLM::~HttpAuthHandlerNTLM() = default;
65 bool HttpAuthHandlerNTLM::NeedsIdentity() { in NeedsIdentity()
69 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() { in AllowsDefaultCredentials()
77 HttpAuth::AuthorizationResult HttpAuthHandlerNTLM::ParseChallenge( in ParseChallenge()
Dhttp_auth_handler_ntlm.h46 class NET_EXPORT_PRIVATE HttpAuthHandlerNTLM : public HttpAuthHandler {
85 explicit HttpAuthHandlerNTLM(
89 HttpAuthHandlerNTLM(SSPILibrary* sspi_library,
93 HttpAuthHandlerNTLM(const HttpAuthHandlerNTLM&) = delete;
94 HttpAuthHandlerNTLM& operator=(const HttpAuthHandlerNTLM&) = delete;
96 ~HttpAuthHandlerNTLM() override;
Dhttp_auth_handler_ntlm.cc14 HttpAuthHandlerNTLM::Factory::Factory() = default;
16 HttpAuthHandlerNTLM::Factory::~Factory() = default;
18 bool HttpAuthHandlerNTLM::Init( in Init()
33 HttpAuth::AuthorizationResult HttpAuthHandlerNTLM::HandleAnotherChallengeImpl( in HandleAnotherChallengeImpl()
39 std::string HttpAuthHandlerNTLM::CreateSPN( in CreateSPN()
Dhttp_auth_handler_ntlm_portable_unittest.cc54 factory_ = std::make_unique<HttpAuthHandlerNTLM::Factory>(); in HttpAuthHandlerNtlmPortableTest()
147 HttpAuthHandlerNTLM* GetAuthHandler() { in GetAuthHandler()
148 return static_cast<HttpAuthHandlerNTLM*>(auth_handler_.get()); in GetAuthHandler()
168 std::unique_ptr<HttpAuthHandlerNTLM::Factory> factory_;
Dhttp_auth_handler_factory.cc165 auto ntlm_factory = std::make_unique<HttpAuthHandlerNTLM::Factory>(); in Create()
/external/cronet/stable/net/http/
Dhttp_auth_handler_ntlm_portable.cc15 int HttpAuthHandlerNTLM::Factory::CreateAuthHandler( in CreateAuthHandler()
33 std::make_unique<HttpAuthHandlerNTLM>(http_auth_preferences()); in CreateAuthHandler()
43 HttpAuthHandlerNTLM::HttpAuthHandlerNTLM( in HttpAuthHandlerNTLM() function in net::HttpAuthHandlerNTLM
47 bool HttpAuthHandlerNTLM::NeedsIdentity() { in NeedsIdentity()
51 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() { in AllowsDefaultCredentials()
57 int HttpAuthHandlerNTLM::GenerateAuthTokenImpl( in GenerateAuthTokenImpl()
67 HttpAuth::AuthorizationResult HttpAuthHandlerNTLM::ParseChallenge( in ParseChallenge()
72 HttpAuthHandlerNTLM::~HttpAuthHandlerNTLM() = default;
Dhttp_auth_handler_ntlm_win.cc21 int HttpAuthHandlerNTLM::Factory::CreateAuthHandler( in CreateAuthHandler()
36 auto tmp_handler = std::make_unique<HttpAuthHandlerNTLM>( in CreateAuthHandler()
46 HttpAuthHandlerNTLM::HttpAuthHandlerNTLM( in HttpAuthHandlerNTLM() function in net::HttpAuthHandlerNTLM
52 int HttpAuthHandlerNTLM::GenerateAuthTokenImpl( in GenerateAuthTokenImpl()
62 HttpAuthHandlerNTLM::~HttpAuthHandlerNTLM() = default;
65 bool HttpAuthHandlerNTLM::NeedsIdentity() { in NeedsIdentity()
69 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() { in AllowsDefaultCredentials()
77 HttpAuth::AuthorizationResult HttpAuthHandlerNTLM::ParseChallenge( in ParseChallenge()
Dhttp_auth_handler_ntlm.h46 class NET_EXPORT_PRIVATE HttpAuthHandlerNTLM : public HttpAuthHandler {
85 explicit HttpAuthHandlerNTLM(
89 HttpAuthHandlerNTLM(SSPILibrary* sspi_library,
93 HttpAuthHandlerNTLM(const HttpAuthHandlerNTLM&) = delete;
94 HttpAuthHandlerNTLM& operator=(const HttpAuthHandlerNTLM&) = delete;
96 ~HttpAuthHandlerNTLM() override;
Dhttp_auth_handler_ntlm.cc14 HttpAuthHandlerNTLM::Factory::Factory() = default;
16 HttpAuthHandlerNTLM::Factory::~Factory() = default;
18 bool HttpAuthHandlerNTLM::Init( in Init()
33 HttpAuth::AuthorizationResult HttpAuthHandlerNTLM::HandleAnotherChallengeImpl( in HandleAnotherChallengeImpl()
39 std::string HttpAuthHandlerNTLM::CreateSPN( in CreateSPN()
Dhttp_auth_handler_ntlm_portable_unittest.cc54 factory_ = std::make_unique<HttpAuthHandlerNTLM::Factory>(); in HttpAuthHandlerNtlmPortableTest()
147 HttpAuthHandlerNTLM* GetAuthHandler() { in GetAuthHandler()
148 return static_cast<HttpAuthHandlerNTLM*>(auth_handler_.get()); in GetAuthHandler()
168 std::unique_ptr<HttpAuthHandlerNTLM::Factory> factory_;
Dhttp_auth_handler_factory.cc165 auto ntlm_factory = std::make_unique<HttpAuthHandlerNTLM::Factory>(); in Create()