Searched refs:nextKey (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/src/core/mac/ |
D | link_raw.cpp | 252 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/ |
D | key_manager.cpp | 341 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/ |
D | ncp_base_radio.cpp | 548 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/ |
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 | 884 otMacKey nextKey; in SetMacKey() local 888 SuccessOrExit(error = ReadMacKey(*aNextKey, nextKey)); in SetMacKey() 889 error = SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey()
|