/external/cronet/tot/net/http/ |
D | http_auth_handler_ntlm_portable.cc | 15 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;
|
D | http_auth_handler_ntlm_win.cc | 21 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()
|
D | http_auth_handler_ntlm.h | 46 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;
|
D | http_auth_handler_ntlm.cc | 14 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()
|
D | http_auth_handler_ntlm_portable_unittest.cc | 54 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_;
|
D | http_auth_handler_factory.cc | 165 auto ntlm_factory = std::make_unique<HttpAuthHandlerNTLM::Factory>(); in Create()
|
/external/cronet/stable/net/http/ |
D | http_auth_handler_ntlm_portable.cc | 15 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;
|
D | http_auth_handler_ntlm_win.cc | 21 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()
|
D | http_auth_handler_ntlm.h | 46 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;
|
D | http_auth_handler_ntlm.cc | 14 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()
|
D | http_auth_handler_ntlm_portable_unittest.cc | 54 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_;
|
D | http_auth_handler_factory.cc | 165 auto ntlm_factory = std::make_unique<HttpAuthHandlerNTLM::Factory>(); in Create()
|