Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dlink_raw.cpp247 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/
Dkey_manager.cpp348 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/
Dncp_base_radio.cpp533 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/
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.cpp867 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()