Searched refs:HttpAuthHandlerNTLM (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_auth_handler_ntlm_win.cc22 HttpAuthHandlerNTLM::HttpAuthHandlerNTLM( function in class:net::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
[all...]
H A Dhttp_auth_handler_ntlm.cc19 HttpAuth::AuthorizationResult HttpAuthHandlerNTLM::HandleAnotherChallenge(
24 bool HttpAuthHandlerNTLM::Init(HttpAuthChallengeTokenizer* tok) {
32 int HttpAuthHandlerNTLM::GenerateAuthTokenImpl(
103 HttpAuth::AuthorizationResult HttpAuthHandlerNTLM::ParseChallenge(
136 std::string HttpAuthHandlerNTLM::CreateSPN(const GURL& origin) {
H A Dhttp_auth_handler_ntlm.h37 class NET_EXPORT_PRIVATE HttpAuthHandlerNTLM : public HttpAuthHandler { class in namespace:net
100 HttpAuthHandlerNTLM();
103 HttpAuthHandlerNTLM(SSPILibrary* sspi_library, ULONG max_token_length,
127 virtual ~HttpAuthHandlerNTLM();
H A Dhttp_auth_handler_ntlm_portable.cc631 HttpAuthHandlerNTLM::GenerateRandomProc
632 HttpAuthHandlerNTLM::generate_random_proc_ = GenerateRandom;
635 HttpAuthHandlerNTLM::HostNameProc
636 HttpAuthHandlerNTLM::get_host_name_proc_ = GetHostName;
638 HttpAuthHandlerNTLM::HttpAuthHandlerNTLM() { function in class:net::HttpAuthHandlerNTLM
641 bool HttpAuthHandlerNTLM::NeedsIdentity() {
648 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() {
654 int HttpAuthHandlerNTLM::InitializeBeforeFirstChallenge() {
658 HttpAuthHandlerNTLM
[all...]
H A Dhttp_auth_handler_factory.cc68 HttpAuthHandlerNTLM::Factory* ntlm_factory =
69 new HttpAuthHandlerNTLM::Factory();
145 HttpAuthHandlerNTLM::Factory* ntlm_factory =
146 new HttpAuthHandlerNTLM::Factory();
H A Dhttp_network_transaction_unittest.cc4328 HttpAuthHandlerNTLM::ScopedProcSetter proc_setter(MockGenerateRandom1,
4457 HttpAuthHandlerNTLM::ScopedProcSetter proc_setter(MockGenerateRandom2,

Completed in 5637 milliseconds