Searched refs:IsEncrypted (Results 1 – 6 of 6) 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
83 bool IsEncrypted() const in IsEncrypted() function
389 m.Encrypted = f.IsEncrypted(); in Get_FilterGroup_for_Folder()1676 const bool isEncrypted = f.IsEncrypted(); in Update()
228 virtual bool IsEncrypted() = 0;
102 virtual bool IsEncrypted() { return encrypted_; } in IsEncrypted() function
192 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted())); in Advance()