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

  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.h 106 bool IsEncrypted(UInt32 index2) const;
7zHandler.cpp 193 bool CHandler::IsEncrypted(UInt32 index2) const
197 return _db.Folders[folderIndex].IsEncrypted();
254 case kpidEncrypted: prop = IsEncrypted(index2); break;
7zItem.h 88 bool IsEncrypted() const
7zUpdate.cpp 757 bool isEncrypted = f.IsEncrypted();
758 rep.Group = GetGroupIndex(isEncrypted, Is86FilteredFolder(f));
767 if (isEncrypted)
  /external/lzma/CPP/Windows/
FileFind.h 23 inline bool IsEncrypted(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ENCRYPTED) != 0; }
50 bool IsEncrypted() const { return MatchesMask(FILE_ATTRIBUTE_ENCRYPTED); }
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengine.h 237 virtual bool IsEncrypted() = 0;
xmppengineimpl.h 120 virtual bool IsEncrypted() { return encrypted_; }
xmpplogintask.cc 202 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted()));
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppengine.h 245 virtual bool IsEncrypted() = 0;
xmppengineimpl.h 119 virtual bool IsEncrypted() { return encrypted_; }
xmpplogintask.cc 209 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted()));

Completed in 1011 milliseconds