Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dlink_raw.cpp252 KeyMaterial nextKey; in SetMacKey() local
258 nextKey.SetFrom(aNextKey); in SetMacKey()
260 mSubMac.SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey()
/openthread-latest/src/core/thread/
Dkey_manager.cpp341 Mac::KeyMaterial nextKey; in UpdateKeyMaterial() local
349 nextKey.SetFrom(hashKeys.GetMacKey(), kExportableMacKeys); in UpdateKeyMaterial()
351 …:SubMac>().SetMacKey(Mac::Frame::kKeyIdMode1, (mKeySequence & 0x7f) + 1, prevKey, curKey, nextKey); in UpdateKeyMaterial()
/openthread-latest/src/ncp/
Dncp_base_radio.cpp548 const uint8_t *nextKey; in HandlePropertySet() local
561 SuccessOrExit(error = mDecoder.ReadDataWithLen(nextKey, keySize)); in HandlePropertySet()
566 … reinterpret_cast<const otMacKey *>(currKey), reinterpret_cast<const otMacKey *>(nextKey)); in HandlePropertySet()
/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp256 otMacKeyMaterial nextKey; in HandleSpinelCommand() local
260 memset(nextKey.mKeyMaterial.mKey.m8, 0x33, OT_MAC_KEY_SIZE); in HandleSpinelCommand()
261 return mRadioSpinel.SetMacKey(keyIdMode1, keyId, &prevKey, &curKey, &nextKey); in HandleSpinelCommand()
/openthread-latest/src/lib/spinel/
Dlogger.cpp564 otMacKey nextKey; in LogSpinelFrame() local
571 nextKey.m8, &nextKeyLen); in LogSpinelFrame()
Dradio_spinel.cpp884 otMacKey nextKey; in SetMacKey() local
888 SuccessOrExit(error = ReadMacKey(*aNextKey, nextKey)); in SetMacKey()
889 error = SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey()