OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HttpAuthHandlerNTLM
(Results
1 - 12
of
12
) 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
640
HttpAuthHandlerNTLM
::GenerateRandomProc
641
HttpAuthHandlerNTLM
::generate_random_proc_ = GenerateRandom;
644
HttpAuthHandlerNTLM
::HostNameProc
645
HttpAuthHandlerNTLM
::get_host_name_proc_ = GetHostName;
647
HttpAuthHandlerNTLM
::
HttpAuthHandlerNTLM
() {
650
bool
HttpAuthHandlerNTLM
::NeedsIdentity() {
657
bool
HttpAuthHandlerNTLM
::AllowsDefaultCredentials() {
663
int
HttpAuthHandlerNTLM
::InitializeBeforeFirstChallenge() {
667
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
...]
/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.cc
18
HttpAuth::AuthorizationResult
HttpAuthHandlerNTLM
::HandleAnotherChallenge(
23
bool
HttpAuthHandlerNTLM
::Init(HttpAuth::ChallengeTokenizer* tok) {
31
int
HttpAuthHandlerNTLM
::GenerateAuthTokenImpl(
106
HttpAuth::AuthorizationResult
HttpAuthHandlerNTLM
::ParseChallenge(
139
std::wstring
HttpAuthHandlerNTLM
::CreateSPN(const GURL& origin) {
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
627
HttpAuthHandlerNTLM
::GenerateRandomProc
628
HttpAuthHandlerNTLM
::generate_random_proc_ = GenerateRandom;
631
HttpAuthHandlerNTLM
::HostNameProc
632
HttpAuthHandlerNTLM
::get_host_name_proc_ = GetHostName;
634
HttpAuthHandlerNTLM
::
HttpAuthHandlerNTLM
() {
637
bool
HttpAuthHandlerNTLM
::NeedsIdentity() {
644
bool
HttpAuthHandlerNTLM
::AllowsDefaultCredentials() {
650
int
HttpAuthHandlerNTLM
::InitializeBeforeFirstChallenge() {
654
HttpAuthHandlerNTLM
::~HttpAuthHandlerNTLM()
[
all
...]
http_auth_handler_factory.cc
67
HttpAuthHandlerNTLM
::Factory* ntlm_factory =
68
new
HttpAuthHandlerNTLM
::Factory();
144
HttpAuthHandlerNTLM
::Factory* ntlm_factory =
145
new
HttpAuthHandlerNTLM
::Factory();
http_network_transaction_unittest.cc
[
all
...]
Completed in 482 milliseconds