Lines Matching refs:hashKeys
331 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()
398 mTemporaryMleKey.SetFrom(hashKeys.GetMleKey()); in GetTemporaryMleKey()
406 HashKeys hashKeys; in GetTemporaryMacKey() local
408 ComputeKeys(aKeySequence, hashKeys); in GetTemporaryMacKey()
409 mTemporaryMacKey.SetFrom(hashKeys.GetMacKey()); in GetTemporaryMacKey()