Home
last modified time | relevance | path

Searched refs:NumCyclesPower (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/Crypto/
H A D7zAes.cpp31 if (SaltSize != a.SaltSize || NumCyclesPower != a.NumCyclesPower) in IsEqualTo()
41 if (NumCyclesPower == 0x3F) in CalcKey()
54 const UInt32 numUnroll = (UInt32)1 << (NumCyclesPower <= kUnrPow ? (unsigned)NumCyclesPower : kUnrPow); in CalcKey()
80 const UInt32 numRounds = (UInt32)1 << NumCyclesPower; in CalcKey()
98 UInt64 numRounds = (UInt64)1 << NumCyclesPower; in CalcKey()
213 props[0] = (Byte)(_key.NumCyclesPower in WriteCoderProperties()
234 // _key.NumCyclesPower = 0x3F; in CEncoder()
235 _key.NumCyclesPower in CEncoder()
[all...]
H A D7zAes.h23 unsigned NumCyclesPower; member in NCrypto::N7z::CKeyInfo
35 NumCyclesPower = 0; in ClearProps()
44 NumCyclesPower = 0; in Wipe()

Completed in 1 milliseconds