Searched defs:IsEncrypted (Results 1 – 4 of 4) sorted by relevance
21 inline bool IsEncrypted(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ENCRYPTED) != 0; } in IsEncrypted() function52 bool IsEncrypted() const { return MatchesMask(FILE_ATTRIBUTE_ENCRYPTED); } in IsEncrypted() function
102 virtual bool IsEncrypted() { return encrypted_; } in IsEncrypted() function
82 bool IsEncrypted() const in IsEncrypted() function
286 FX_BOOL IsEncrypted() { return m_pCryptoHandler != NULL; } in IsEncrypted() function