Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/crypto/
Dpbkdf2_cmac.cpp51 uint32_t aIterationCounter, in GenerateKey() argument
66 OT_ASSERT(aIterationCounter % 2 == 0); in GenerateKey()
67 aIterationCounter /= 2; in GenerateKey()
71 aIterationCounter = 2; in GenerateKey()
95 for (uint32_t i = 1; i < aIterationCounter; ++i) in GenerateKey()
Dpbkdf2_cmac.hpp71 uint32_t aIterationCounter,