/openthread-3.4.0/src/core/mac/ |
D | link_raw.cpp | 241 const Key &aCurrKey, in SetMacKey() argument 252 currKey.SetFrom(aCurrKey); in SetMacKey()
|
D | link_raw.hpp | 269 …Error SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, cons…
|
D | sub_mac.cpp | 939 const KeyMaterial &aCurrKey, in SetMacKey() argument 950 mCurrKey = aCurrKey; in SetMacKey() 961 Get<Radio>().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey()
|
D | sub_mac.hpp | 453 const KeyMaterial &aCurrKey,
|
/openthread-3.4.0/src/core/radio/ |
D | radio_platform.cpp | 196 const otMacKeyMaterial *aCurrKey, in otPlatRadioSetMacKey() argument 204 OT_UNUSED_VARIABLE(aCurrKey); in otPlatRadioSetMacKey()
|
D | radio.hpp | 291 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/ |
D | link_raw.h | 353 const otMacKey *aCurrKey,
|
/openthread-3.4.0/src/core/api/ |
D | link_raw_api.cpp | 217 const otMacKey *aCurrKey, in otLinkRawSetMacKey() argument 221 … AsCoreType(aCurrKey), AsCoreType(aNextKey)); in otLinkRawSetMacKey()
|
/openthread-3.4.0/include/openthread/platform/ |
D | radio.h | 628 const otMacKeyMaterial *aCurrKey,
|
/openthread-3.4.0/examples/platforms/simulation/ |
D | radio.c | 1360 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/ |
D | radio_spinel.hpp | 645 const otMacKeyMaterial *aCurrKey,
|
D | radio_spinel_impl.hpp | 1206 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() 1229 … aCurrKey->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/ |
D | radio.cpp | 782 const otMacKeyMaterial *aCurrKey, in otPlatRadioSetMacKey() argument 786 SuccessOrDie(sRadioSpinel.SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()
|