Home
last modified time | relevance | path

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

/third_party/lzma/C/
DAesOpt.c202 for (ii = 0; ii < numRounds; ii++) \
349 UInt32 numRounds = *(const UInt32 *)(p + 1) * 2 + 1; in VAES_FUNC_START2() local
354 const __m256i *w = keys + numRounds - 2; in VAES_FUNC_START2()
419 UInt32 numRounds = *(const UInt32 *)(p + 1) * 2 + 1; in VAES_FUNC_START2() local
428 UInt32 r = numRounds - 2; in VAES_FUNC_START2()
/third_party/lzma/CPP/7zip/Crypto/
D7zAes.cpp80 const UInt32 numRounds = (UInt32)1 << NumCyclesPower; in CalcKey() local
95 while (r < numRounds); in CalcKey()