Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dkey_manager.cpp331 HashKeys hashKeys; in UpdateKeyMaterial() local
333 ComputeKeys(mKeySequence, hashKeys); in UpdateKeyMaterial()
335 mMleKey.SetFrom(hashKeys.GetMleKey()); in UpdateKeyMaterial()
343 curKey.SetFrom(hashKeys.GetMacKey(), kExportableMacKeys); in UpdateKeyMaterial()
345 ComputeKeys(mKeySequence - 1, hashKeys); in UpdateKeyMaterial()
346 prevKey.SetFrom(hashKeys.GetMacKey(), kExportableMacKeys); in UpdateKeyMaterial()
348 ComputeKeys(mKeySequence + 1, hashKeys); in UpdateKeyMaterial()
349 nextKey.SetFrom(hashKeys.GetMacKey(), kExportableMacKeys); in UpdateKeyMaterial()
395 HashKeys hashKeys; in GetTemporaryMleKey() local
397 ComputeKeys(aKeySequence, hashKeys); in GetTemporaryMleKey()
[all …]