Home
last modified time | relevance | path

Searched refs:ENCRYPTS_IDENTITY (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/http/
Dhttp_auth_handler.h113 return (properties_ & ENCRYPTS_IDENTITY) != 0; in encrypts_identity()
139 ENCRYPTS_IDENTITY = 1 << 0, enumerator
Dhttp_auth_handler_ntlm.cc26 properties_ = ENCRYPTS_IDENTITY | IS_CONNECTION_BASED; in Init()
Dhttp_auth_handler_negotiate.cc197 properties_ = ENCRYPTS_IDENTITY | IS_CONNECTION_BASED; in Init()
Dhttp_auth_handler_digest.cc195 properties_ = ENCRYPTS_IDENTITY; in ParseChallenge()