Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp43 static const char *kCrcFailedEncrypted = "CRC Failed in encrypted file. Wrong password?"; variable
125 (*OutStream) << (encrypted ? kCrcFailedEncrypted: kCrcFailed); in SetOperationResult()