Lines Matching refs:encrypted
265 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, const wchar_t *fileName, UString &s);
266 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, const wchar_t *fileName, UString &s)
288 messageID = encrypted ?
296 messageID = encrypted ?
352 if (encrypted && opRes != NArchive::NExtract::NOperationResult::kWrongPassword)
364 Z7_COM7F_IMF(CExtractCallbackImp::SetOperationResult(Int32 opRes, Int32 encrypted))
373 SetExtractErrorMessage(opRes, encrypted, _currentFilePath, s);
390 Z7_COM7F_IMF(CExtractCallbackImp::ReportExtractResult(Int32 opRes, Int32 encrypted, const wchar_t *name))
395 SetExtractErrorMessage(opRes, encrypted, name, s);
944 Z7_COM7F_IMF(CExtractCallbackImp::SetOperationResult8(Int32 opRes, Int32 encrypted, UInt64 size))
967 return SetOperationResult(opRes, encrypted);