Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DAesOpt.c201 for (ii = 0; ii < numRounds; ii++) \
395 UInt32 numRounds = *(const UInt32 *)(p + 1) * 2 + 1; in VAES_FUNC_START2() local
400 const __m256i *w = keys + numRounds - 2; in VAES_FUNC_START2()
467 UInt32 numRounds = *(const UInt32 *)(p + 1) * 2 + 1; in VAES_FUNC_START2() local
476 UInt32 r = numRounds - 2; in VAES_FUNC_START2()
/third_party/lzma/CPP/7zip/Crypto/
H A D7zAes.cpp80 const UInt32 numRounds = (UInt32)1 << NumCyclesPower; in CalcKey() local
95 while (r < numRounds); in CalcKey()
98 UInt64 numRounds = (UInt64)1 << NumCyclesPower; in CalcKey()
107 while (--numRounds != 0); in CalcKey()

Completed in 2 milliseconds