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() : auth_sspi_("NTLM", NTLMSP_NAME) {
25 HttpAuthHandlerNTLM::~HttpAuthHandlerNTLM() {
29 bool HttpAuthHandlerNTLM::NeedsIdentity() {
33 bool HttpAuthHandlerNTLM::IsFinalRound() {
http_auth_handler_ntlm.h 34 class HttpAuthHandlerNTLM : public HttpAuthHandler {
65 HttpAuthHandlerNTLM();
87 ~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 HttpAuthHandlerNTLM::~HttpAuthHandlerNTLM() {
652 bool HttpAuthHandlerNTLM::NeedsIdentity() {
656 bool HttpAuthHandlerNTLM::IsFinalRound()
    [all...]
http_auth_handler_ntlm.cc 13 std::string HttpAuthHandlerNTLM::GenerateCredentials(
98 bool HttpAuthHandlerNTLM::ParseChallenge(
http_auth.cc 74 tmp_handler = new HttpAuthHandlerNTLM();
http_network_transaction_unittest.cc     [all...]

Completed in 84 milliseconds