ENCRYPTS_IDENTITY  105 chrome/browser/net/spdyproxy/http_auth_handler_spdyproxy.cc   properties_ = ENCRYPTS_IDENTITY;
ENCRYPTS_IDENTITY  114 net/http/http_auth_handler.h     return (properties_ & ENCRYPTS_IDENTITY) != 0;
ENCRYPTS_IDENTITY  193 net/http/http_auth_handler_digest.cc   properties_ = ENCRYPTS_IDENTITY;
ENCRYPTS_IDENTITY  204 net/http/http_auth_handler_negotiate.cc   properties_ = ENCRYPTS_IDENTITY | IS_CONNECTION_BASED;
ENCRYPTS_IDENTITY   27 net/http/http_auth_handler_ntlm.cc   properties_ = ENCRYPTS_IDENTITY | IS_CONNECTION_BASED;