Searched refs:hashKeys (Results 1 – 1 of 1) sorted by relevance
331 HashKeys hashKeys; in UpdateKeyMaterial() local333 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() local397 ComputeKeys(aKeySequence, hashKeys); in GetTemporaryMleKey()[all …]