OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENCRYPTS_IDENTITY
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/http/
http_auth_handler.h
112
bool
encrypts_identity
() const {
function in class:net::HttpAuthHandler
113
return (properties_ &
ENCRYPTS_IDENTITY
) != 0;
139
ENCRYPTS_IDENTITY
= 1 << 0,
http_auth_handler_ntlm.cc
26
properties_ =
ENCRYPTS_IDENTITY
| IS_CONNECTION_BASED;
http_auth_handler_digest.cc
195
properties_ =
ENCRYPTS_IDENTITY
;
http_auth_handler_negotiate.cc
197
properties_ =
ENCRYPTS_IDENTITY
| IS_CONNECTION_BASED;
Completed in 184 milliseconds