HomeSort by relevance Sort by last modified time
    Searched refs:HttpAuthHandlerNTLM (Results 1 - 6 of 6) 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.cc 18 HttpAuth::AuthorizationResult HttpAuthHandlerNTLM::HandleAnotherChallenge(
23 bool HttpAuthHandlerNTLM::Init(HttpAuth::ChallengeTokenizer* tok) {
31 int HttpAuthHandlerNTLM::GenerateAuthTokenImpl(
110 HttpAuth::AuthorizationResult HttpAuthHandlerNTLM::ParseChallenge(
143 std::wstring HttpAuthHandlerNTLM::CreateSPN(const GURL& origin) {
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...]
http_auth_handler_factory.cc 62 HttpAuthHandlerNTLM::Factory* ntlm_factory =
63 new HttpAuthHandlerNTLM::Factory();
139 HttpAuthHandlerNTLM::Factory* ntlm_factory =
140 new HttpAuthHandlerNTLM::Factory();
http_network_transaction_unittest.cc     [all...]

Completed in 101 milliseconds