Searched refs:aIterationCounter (Results 1 – 2 of 2) sorted by relevance
671 uint32_t aIterationCounter, in otPlatCryptoPbkdf2GenerateKey() argument693 OT_ASSERT(aIterationCounter % 2 == 0); in otPlatCryptoPbkdf2GenerateKey()694 aIterationCounter /= 2; in otPlatCryptoPbkdf2GenerateKey()698 aIterationCounter = 2; in otPlatCryptoPbkdf2GenerateKey()724 for (uint32_t i = 1; i < aIterationCounter; ++i) in otPlatCryptoPbkdf2GenerateKey()806 uint32_t aIterationCounter, in otPlatCryptoPbkdf2GenerateKey() argument814 OT_UNUSED_VARIABLE(aIterationCounter); in otPlatCryptoPbkdf2GenerateKey()
755 uint32_t aIterationCounter,