/openthread-2.7.6/src/core/mac/ |
D | link_raw.cpp | 225 const Key &aCurrKey, in SetMacKey() argument 231 mSubMac.SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey()
|
D | link_raw.hpp | 260 …Error SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, cons…
|
D | sub_mac.cpp | 837 const Key &aCurrKey, in SetMacKey() argument 848 mCurrKey = aCurrKey; in SetMacKey() 859 Get<Radio>().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey()
|
D | sub_mac.hpp | 495 …void SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, const…
|
/openthread-2.7.6/src/core/radio/ |
D | radio_platform.cpp | 209 const otMacKey *aCurrKey, in otPlatRadioSetMacKey() argument 216 OT_UNUSED_VARIABLE(aCurrKey); in otPlatRadioSetMacKey()
|
D | radio.hpp | 283 const Mac::Key &aCurrKey, 710 const Mac::Key &aCurrKey, in SetMacKey() argument 713 otPlatRadioSetMacKey(GetInstancePtr(), aKeyIdMode, aKeyId, &aPrevKey, &aCurrKey, &aNextKey); in SetMacKey()
|
/openthread-2.7.6/include/openthread/ |
D | link_raw.h | 352 const otMacKey *aCurrKey,
|
/openthread-2.7.6/src/core/api/ |
D | link_raw_api.cpp | 228 const otMacKey *aCurrKey, in otLinkRawSetMacKey() argument 232 …IdMode, aKeyId, *static_cast<const Mac::Key *>(aPrevKey), *static_cast<const Mac::Key *>(aCurrKey), in otLinkRawSetMacKey()
|
/openthread-2.7.6/src/posix/platform/ |
D | radio.cpp | 570 const otMacKey *aCurrKey, in otPlatRadioSetMacKey() argument 573 SuccessOrDie(sRadioSpinel.SetMacKey(aKeyIdMode, aKeyId, *aPrevKey, *aCurrKey, *aNextKey)); in otPlatRadioSetMacKey()
|
/openthread-2.7.6/examples/platforms/simulation/ |
D | radio.c | 1202 const otMacKey *aCurrKey, in otPlatRadioSetMacKey() argument 1208 otEXPECT(aPrevKey != NULL && aCurrKey != NULL && aNextKey != NULL); in otPlatRadioSetMacKey() 1212 memcpy(sCurrKey.m8, aCurrKey->m8, OT_MAC_KEY_SIZE); in otPlatRadioSetMacKey()
|
/openthread-2.7.6/include/openthread/platform/ |
D | radio.h | 568 const otMacKey *aCurrKey,
|
/openthread-2.7.6/src/lib/spinel/ |
D | radio_spinel.hpp | 643 const otMacKey &aCurrKey,
|
D | radio_spinel_impl.hpp | 1142 const otMacKey &aCurrKey, in SetMacKey() argument 1150 … aKeyIdMode, aKeyId, aPrevKey.m8, sizeof(otMacKey), aCurrKey.m8, sizeof(otMacKey), in SetMacKey() 1157 memcpy(mCurrKey.m8, aCurrKey.m8, OT_MAC_KEY_SIZE); in SetMacKey()
|