Lines Matching refs:NumCyclesPower
31 if (SaltSize != a.SaltSize || NumCyclesPower != a.NumCyclesPower)
41 if (NumCyclesPower == 0x3F)
54 const UInt32 numUnroll = (UInt32)1 << (NumCyclesPower <= kUnrPow ? (unsigned)NumCyclesPower : kUnrPow);
80 const UInt32 numRounds = (UInt32)1 << NumCyclesPower;
98 UInt64 numRounds = (UInt64)1 << NumCyclesPower;
213 props[0] = (Byte)(_key.NumCyclesPower
234 // _key.NumCyclesPower = 0x3F;
235 _key.NumCyclesPower = 19;
260 _key.NumCyclesPower = b0 & 0x3F;
280 return (_key.NumCyclesPower <= k_NumCyclesPower_Supported_MAX
281 || _key.NumCyclesPower == 0x3F) ? S_OK : E_NOTIMPL;