Home
last modified time | relevance | path

Searched refs:currKey (Results 1 – 4 of 4) sorted by relevance

/openthread-3.7.0/src/core/mac/
Dlink_raw.cpp246 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/
Dncp_base_radio.cpp532 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/
Dlogger.cpp561 otMacKey currKey; in LogSpinelFrame() local
569 … &keyIdMode, &keyId, prevKey.m8, &prevKeyLen, currKey.m8, &currKeyLen, in LogSpinelFrame()
Dradio_spinel.cpp844 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()