Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/crypto/
Dcrypto_platform.cpp671 uint32_t aIterationCounter, in otPlatCryptoPbkdf2GenerateKey() argument
693 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() argument
814 OT_UNUSED_VARIABLE(aIterationCounter); in otPlatCryptoPbkdf2GenerateKey()
/openthread-3.6.0/include/openthread/platform/
Dcrypto.h755 uint32_t aIterationCounter,