HomeSort by relevance Sort by last modified time
    Searched defs:HttpAuthHandlerNTLM (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/http/
http_auth_handler_ntlm_win.cc 22 HttpAuthHandlerNTLM::HttpAuthHandlerNTLM(
29 HttpAuthHandlerNTLM::~HttpAuthHandlerNTLM() {
33 bool HttpAuthHandlerNTLM::NeedsIdentity() {
37 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() {
45 HttpAuthHandlerNTLM::Factory::Factory()
51 HttpAuthHandlerNTLM::Factory::~Factory() {
54 int HttpAuthHandlerNTLM::Factory::CreateAuthHandler(
75 new HttpAuthHandlerNTLM(sspi_library_.get(), max_token_length_
    [all...]
http_auth_handler_ntlm.h 37 class NET_EXPORT_PRIVATE HttpAuthHandlerNTLM : public HttpAuthHandler {
100 HttpAuthHandlerNTLM();
103 HttpAuthHandlerNTLM(SSPILibrary* sspi_library, ULONG max_token_length,
127 virtual ~HttpAuthHandlerNTLM();
http_auth_handler_ntlm_portable.cc 631 HttpAuthHandlerNTLM::GenerateRandomProc
632 HttpAuthHandlerNTLM::generate_random_proc_ = GenerateRandom;
635 HttpAuthHandlerNTLM::HostNameProc
636 HttpAuthHandlerNTLM::get_host_name_proc_ = GetHostName;
638 HttpAuthHandlerNTLM::HttpAuthHandlerNTLM() {
641 bool HttpAuthHandlerNTLM::NeedsIdentity() {
648 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() {
654 int HttpAuthHandlerNTLM::InitializeBeforeFirstChallenge() {
658 HttpAuthHandlerNTLM::~HttpAuthHandlerNTLM()
    [all...]

Completed in 1208 milliseconds