Searched refs:isEncrypted (Results 1 – 8 of 8) sorted by relevance
/third_party/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.h | 29 #define Z7_7Z_DECODER_CRYPRO_VARS_DECL , ICryptoGetTextPassword *getTextPassword, bool &isEncrypted… 30 #define Z7_7Z_DECODER_CRYPRO_VARS , getTextPassword, isEncrypted, passwordIsDefined, password
|
D | 7zExtract.cpp | 373 bool isEncrypted = false;
|
D | 7zUpdate.cpp | 1730 bool isEncrypted = false; 1942 const bool isEncrypted = f.IsEncrypted(); 1965 if (isEncrypted) 2417 bool isEncrypted = false;
|
D | 7zDecode.cpp | 431 isEncrypted = true;
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.cpp | 833 bool isEncrypted = false; in Z7_COM7F_IMF() local 868 RINOK(Archive_GetItemBoolProp(Archive, index, kpidEncrypted, isEncrypted)) in Z7_COM7F_IMF() 879 return Callback->ReportExtractResult(opRes, BoolToInt(isEncrypted), s); in Z7_COM7F_IMF()
|
D | UpdateCallback.h | 45 virtual HRESULT ReportExtractResult(Int32 opRes, Int32 isEncrypted, const wchar_t *name) x \
|
D | ArchiveExtractCallback.cpp | 2393 bool isEncrypted = false; in Z7_COM7F_IMF() local 2401 RINOK(Archive_GetItemBoolProp(_arc->Archive, index, kpidEncrypted, isEncrypted)) in Z7_COM7F_IMF() 2410 return _folderArchiveExtractCallback2->ReportExtractResult(opRes, isEncrypted, s); in Z7_COM7F_IMF()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
D | UpdateCallbackConsole.cpp | 629 HRESULT CUpdateCallbackConsole::ReportExtractResult(Int32 opRes, Int32 isEncrypted, const wchar_t *… in ReportExtractResult() argument 643 SetExtractErrorMessage(opRes, isEncrypted, s); in ReportExtractResult()
|