Home
last modified time | relevance | path

Searched refs:IsEncrypted (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/Windows/
DFileFind.h21 inline bool IsEncrypted(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ENCRYPTED) != 0; } in IsEncrypted() function
52 bool IsEncrypted() const { return MatchesMask(FILE_ATTRIBUTE_ENCRYPTED); } in IsEncrypted() function
/external/lzma/CPP/7zip/Archive/7z/
D7zItem.h81 bool IsEncrypted() const in IsEncrypted() function
D7zUpdate.cpp389 m.Encrypted = f.IsEncrypted(); in Get_FilterGroup_for_Folder()
1658 const bool isEncrypted = f.IsEncrypted(); in Update()
/external/webrtc/webrtc/libjingle/xmpp/
Dxmppengine.h228 virtual bool IsEncrypted() = 0;
Dxmppengineimpl.h102 virtual bool IsEncrypted() { return encrypted_; } in IsEncrypted() function
Dxmpplogintask.cc192 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted())); in Advance()