Home
last modified time | relevance | path

Searched refs:aCurrKey (Results 1 – 13 of 13) sorted by relevance

/openthread-3.4.0/src/core/mac/
Dlink_raw.cpp241 const Key &aCurrKey, in SetMacKey() argument
252 currKey.SetFrom(aCurrKey); in SetMacKey()
Dlink_raw.hpp269 …Error SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, cons…
Dsub_mac.cpp939 const KeyMaterial &aCurrKey, in SetMacKey() argument
950 mCurrKey = aCurrKey; in SetMacKey()
961 Get<Radio>().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey()
Dsub_mac.hpp453 const KeyMaterial &aCurrKey,
/openthread-3.4.0/src/core/radio/
Dradio_platform.cpp196 const otMacKeyMaterial *aCurrKey, in otPlatRadioSetMacKey() argument
204 OT_UNUSED_VARIABLE(aCurrKey); in otPlatRadioSetMacKey()
Dradio.hpp291 const Mac::KeyMaterial &aCurrKey,
710 const Mac::KeyMaterial &aCurrKey, in SetMacKey() argument
721 …otPlatRadioSetMacKey(GetInstancePtr(), aKeyIdMode, aKeyId, &aPrevKey, &aCurrKey, &aNextKey, aKeyTy… in SetMacKey()
/openthread-3.4.0/include/openthread/
Dlink_raw.h353 const otMacKey *aCurrKey,
/openthread-3.4.0/src/core/api/
Dlink_raw_api.cpp217 const otMacKey *aCurrKey, in otLinkRawSetMacKey() argument
221 … AsCoreType(aCurrKey), AsCoreType(aNextKey)); in otLinkRawSetMacKey()
/openthread-3.4.0/include/openthread/platform/
Dradio.h628 const otMacKeyMaterial *aCurrKey,
/openthread-3.4.0/examples/platforms/simulation/
Dradio.c1360 const otMacKeyMaterial *aCurrKey, in otPlatRadioSetMacKey() argument
1367 otEXPECT(aPrevKey != NULL && aCurrKey != NULL && aNextKey != NULL); in otPlatRadioSetMacKey()
1372 memcpy(&sCurrKey, aCurrKey, sizeof(otMacKeyMaterial)); in otPlatRadioSetMacKey()
/openthread-3.4.0/src/lib/spinel/
Dradio_spinel.hpp645 const otMacKeyMaterial *aCurrKey,
Dradio_spinel_impl.hpp1206 const otMacKeyMaterial *aCurrKey, in SetMacKey() argument
1212 …VerifyOrExit((aPrevKey != nullptr) && (aCurrKey != nullptr) && (aNextKey != nullptr), error = kErr… in SetMacKey()
1217 …SuccessOrExit(error = otPlatCryptoExportKey(aCurrKey->mKeyMaterial.mKeyRef, aCurrKey->mKeyMaterial… in SetMacKey()
1218 sizeof(aCurrKey->mKeyMaterial.mKey.m8), &aKeySize)); in SetMacKey()
1229aCurrKey->mKeyMaterial.mKey.m8, sizeof(otMacKey), aNextKey->mKeyMaterial.mKey.m8, in SetMacKey()
1236 memcpy(mCurrKey.m8, aCurrKey->mKeyMaterial.mKey.m8, OT_MAC_KEY_SIZE); in SetMacKey()
/openthread-3.4.0/src/posix/platform/
Dradio.cpp782 const otMacKeyMaterial *aCurrKey, in otPlatRadioSetMacKey() argument
786 SuccessOrDie(sRadioSpinel.SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()