Searched refs:nextKey (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/src/core/mac/ |
D | link_raw.cpp | 247 KeyMaterial nextKey; in SetMacKey() local 253 nextKey.SetFrom(aNextKey); in SetMacKey() 255 mSubMac.SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey()
|
/openthread-latest/src/core/thread/ |
D | key_manager.cpp | 348 Mac::KeyMaterial nextKey; in UpdateKeyMaterial() local 356 nextKey.SetFrom(hashKeys.GetMacKey(), kExportableMacKeys); in UpdateKeyMaterial() 358 …:SubMac>().SetMacKey(Mac::Frame::kKeyIdMode1, (mKeySequence & 0x7f) + 1, prevKey, curKey, nextKey); in UpdateKeyMaterial()
|
/openthread-latest/src/ncp/ |
D | ncp_base_radio.cpp | 533 const uint8_t *nextKey; in HandlePropertySet() local 546 SuccessOrExit(error = mDecoder.ReadDataWithLen(nextKey, keySize)); in HandlePropertySet() 551 … reinterpret_cast<const otMacKey *>(currKey), reinterpret_cast<const otMacKey *>(nextKey)); in HandlePropertySet()
|
/openthread-latest/src/posix/platform/ |
D | rcp_caps_diag.cpp | 256 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/ |
D | logger.cpp | 564 otMacKey nextKey; in LogSpinelFrame() local 571 nextKey.m8, &nextKeyLen); in LogSpinelFrame()
|
D | radio_spinel.cpp | 867 otMacKey nextKey; in SetMacKey() local 871 EXPECT_NO_ERROR(error = ReadMacKey(*aNextKey, nextKey)); in SetMacKey() 872 error = SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey()
|