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.h53 return (properties_ & ENCRYPTS_IDENTITY) != 0; in encrypts_identity()
83 ENCRYPTS_IDENTITY = 1 << 0, enumerator
Dhttp_auth_handler_negotiate_win.cc44 properties_ = ENCRYPTS_IDENTITY | IS_CONNECTION_BASED; in Init()
Dhttp_auth_handler_ntlm.cc103 properties_ = ENCRYPTS_IDENTITY | IS_CONNECTION_BASED; in ParseChallenge()
Dhttp_auth_handler_digest.cc211 properties_ = ENCRYPTS_IDENTITY; in ParseChallenge()