HomeSort by relevance Sort by last modified time
    Searched refs:ENCRYPTS_IDENTITY (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/http/
http_auth_handler.h 52 bool encrypts_identity() const { function in class:net::HttpAuthHandler
53 return (properties_ & ENCRYPTS_IDENTITY) != 0;
83 ENCRYPTS_IDENTITY = 1 << 0,
http_auth_handler_negotiate_win.cc 44 properties_ = ENCRYPTS_IDENTITY | IS_CONNECTION_BASED;
http_auth_handler_ntlm.cc 103 properties_ = ENCRYPTS_IDENTITY | IS_CONNECTION_BASED;
http_auth_handler_digest.cc 211 properties_ = ENCRYPTS_IDENTITY;

Completed in 58 milliseconds