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

  /external/chromium/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()
52 HttpAuthHandlerNTLM::Factory::~Factory() {
55 int HttpAuthHandlerNTLM::Factory::CreateAuthHandler(
76 new HttpAuthHandlerNTLM(sspi_library_, max_token_length_
    [all...]
http_auth_handler_ntlm.h 38 class HttpAuthHandlerNTLM : public HttpAuthHandler {
102 HttpAuthHandlerNTLM();
105 HttpAuthHandlerNTLM(SSPILibrary* sspi_library, ULONG max_token_length,
130 ~HttpAuthHandlerNTLM();
http_auth_handler_ntlm_portable.cc 636 HttpAuthHandlerNTLM::GenerateRandomProc
637 HttpAuthHandlerNTLM::generate_random_proc_ = GenerateRandom;
640 HttpAuthHandlerNTLM::HostNameProc
641 HttpAuthHandlerNTLM::get_host_name_proc_ = GetHostName;
643 HttpAuthHandlerNTLM::HttpAuthHandlerNTLM() {
646 bool HttpAuthHandlerNTLM::NeedsIdentity() {
653 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() {
659 int HttpAuthHandlerNTLM::InitializeBeforeFirstChallenge() {
663 HttpAuthHandlerNTLM::~HttpAuthHandlerNTLM()
    [all...]

Completed in 126 milliseconds