Searched refs:currKey (Results 1 – 4 of 4) sorted by relevance
/openthread-3.7.0/src/core/mac/ |
D | link_raw.cpp | 246 KeyMaterial currKey; in SetMacKey() local 252 currKey.SetFrom(aCurrKey); in SetMacKey() 255 mSubMac.SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey()
|
/openthread-3.7.0/src/ncp/ |
D | ncp_base_radio.cpp | 532 const uint8_t *currKey; in HandlePropertySet() local 543 SuccessOrExit(error = mDecoder.ReadDataWithLen(currKey, keySize)); in HandlePropertySet() 551 … reinterpret_cast<const otMacKey *>(currKey), reinterpret_cast<const otMacKey *>(nextKey)); in HandlePropertySet()
|
/openthread-3.7.0/src/lib/spinel/ |
D | logger.cpp | 561 otMacKey currKey; in LogSpinelFrame() local 569 … &keyIdMode, &keyId, prevKey.m8, &prevKeyLen, currKey.m8, &currKeyLen, in LogSpinelFrame()
|
D | radio_spinel.cpp | 844 otMacKey currKey; in SetMacKey() local 848 EXPECT_NO_ERROR(error = ReadMacKey(*aCurrKey, currKey)); in SetMacKey() 850 error = SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey()
|