Searched refs:IsEncrypted (Results 1 – 12 of 12) sorted by relevance
23 inline bool IsEncrypted(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ENCRYPTED) != 0; } in IsEncrypted() function50 bool IsEncrypted() const { return MatchesMask(FILE_ATTRIBUTE_ENCRYPTED); } in IsEncrypted() function
106 bool IsEncrypted(UInt32 index2) const;
193 bool CHandler::IsEncrypted(UInt32 index2) const in IsEncrypted() function in NArchive::N7z::CHandler197 return _db.Folders[folderIndex].IsEncrypted(); in IsEncrypted()254 case kpidEncrypted: prop = IsEncrypted(index2); break; in GetProperty()
88 bool IsEncrypted() const in IsEncrypted() function
757 bool isEncrypted = f.IsEncrypted(); in Update()
76 if (m_section_sp.get() == NULL || m_section_sp->IsEncrypted()) in GetAddressRange()90 if (m_section_sp.get() == NULL || m_section_sp->IsEncrypted()) in GetFDEEntryByFileAddress()321 if (m_section_sp.get() == NULL || m_section_sp->IsEncrypted()) in GetFDEIndex()384 if (m_section_sp.get() == NULL || m_section_sp->IsEncrypted()) in FDEToUnwindPlan()
245 virtual bool IsEncrypted() = 0;
119 virtual bool IsEncrypted() { return encrypted_; } in IsEncrypted() function
209 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted())); in Advance()
225 IsEncrypted () const in IsEncrypted() function
295 FX_BOOL IsEncrypted() in IsEncrypted() function382 FX_BOOL IsEncrypted() in IsEncrypted() function
1232 if (section_sp->IsEncrypted()) in ReadMemoryFromFileCache()