Lines Matching refs:encrypted
213 static const char * const kCrcFailedEncrypted = "CRC Failed in encrypted file. Wrong password?";
215 static const char * const kDataErrorEncrypted = "Data Error in encrypted file. Wrong password?";
227 , "Headers Error in encrypted archive. Wrong password?"
416 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, AString &dest);
417 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, AString &dest)
428 s = (encrypted ? kCrcFailedEncrypted : kCrcFailed);
431 s = (encrypted ? kDataErrorEncrypted : kDataError);
463 Z7_COM7F_IMF(CExtractCallbackConsole::SetOperationResult(Int32 opRes, Int32 encrypted))
486 SetExtractErrorMessage(opRes, encrypted, s);
502 Z7_COM7F_IMF(CExtractCallbackConsole::ReportExtractResult(Int32 opRes, Int32 encrypted, const wchar_t *name))
507 return SetOperationResult(opRes, encrypted);