/openthread-3.6.0/src/core/mac/ |
D | data_poll_handler.hpp | 104 void SetIndirectKeyId(uint8_t aKeyId) { mIndirectKeyId = aKeyId; } in SetIndirectKeyId() argument
|
D | link_raw.cpp | 239 uint8_t aKeyId, in SetMacKey() 255 mSubMac.SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey()
|
D | sub_mac.hpp | 446 uint8_t aKeyId, 618 void SignalFrameCounterUsed(uint32_t aFrameCounter, uint8_t aKeyId);
|
D | link_raw.hpp | 269 …Error SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, cons…
|
D | sub_mac.cpp | 1016 uint8_t aKeyId, in SetMacKey() 1027 mKeyId = aKeyId; in SetMacKey() 1040 Get<Radio>().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey() 1046 void SubMac::SignalFrameCounterUsed(uint32_t aFrameCounter, uint8_t aKeyId) in SignalFrameCounterUsed() argument 1048 VerifyOrExit(aKeyId == mKeyId); in SignalFrameCounterUsed()
|
D | mac_frame.cpp | 768 Error Frame::GetKeyId(uint8_t &aKeyId) const in GetKeyId() 778 aKeyId = mPsdu[index + kSecurityControlSize + kFrameCounterSize + keySourceLength]; in GetKeyId() 784 void Frame::SetKeyId(uint8_t aKeyId) in SetKeyId() argument 793 mPsdu[index + kSecurityControlSize + kFrameCounterSize + keySourceLength] = aKeyId; in SetKeyId()
|
D | mac_frame.hpp | 748 Error GetKeyId(uint8_t &aKeyId) const; 756 void SetKeyId(uint8_t aKeyId);
|
/openthread-3.6.0/examples/platforms/utils/ |
D | mac_frame.h | 277 void otMacFrameSetKeyId(otRadioFrame *aFrame, uint8_t aKeyId);
|
D | mac_frame.cpp | 209 …acFrameSetKeyId(otRadioFrame *aFrame, uint8_t aKeyId) { static_cast<Mac::Frame *>(aFrame)->SetKeyI… in otMacFrameSetKeyId() argument
|
/openthread-3.6.0/src/core/radio/ |
D | radio_platform.cpp | 194 uint8_t aKeyId, in otPlatRadioSetMacKey() argument 202 OT_UNUSED_VARIABLE(aKeyId); in otPlatRadioSetMacKey()
|
D | radio.hpp | 348 uint8_t aKeyId, 878 uint8_t aKeyId, in SetMacKey() 891 …otPlatRadioSetMacKey(GetInstancePtr(), aKeyIdMode, aKeyId, &aPrevKey, &aCurrKey, &aNextKey, aKeyTy… in SetMacKey()
|
/openthread-3.6.0/include/openthread/ |
D | link_raw.h | 351 uint8_t aKeyId,
|
/openthread-3.6.0/src/core/api/ |
D | link_raw_api.cpp | 215 uint8_t aKeyId, in otLinkRawSetMacKey() argument 220 …return AsCoreType(aInstance).Get<Mac::LinkRaw>().SetMacKey(aKeyIdMode, aKeyId, AsCoreType(aPrevKey… in otLinkRawSetMacKey()
|
/openthread-3.6.0/src/lib/spinel/ |
D | radio_spinel.hpp | 750 uint8_t aKeyId, 1215 uint8_t aKeyId,
|
D | radio_spinel.cpp | 990 uint8_t aKeyId, in SetMacKey() 1003 error = SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey() 1012 uint8_t aKeyId, in SetMacKey() 1017 return SetMacKey(aKeyIdMode, aKeyId, aPrevKey->mKeyMaterial.mKey, aCurrKey->mKeyMaterial.mKey, in SetMacKey() 1024 uint8_t aKeyId, in SetMacKey() 1034 … aKeyIdMode, aKeyId, aPrevKey.m8, sizeof(aPrevKey), aCurrKey.m8, sizeof(aCurrKey), in SetMacKey() 1039 mKeyId = aKeyId; in SetMacKey()
|
/openthread-3.6.0/include/openthread/platform/ |
D | radio.h | 673 uint8_t aKeyId,
|
/openthread-3.6.0/src/posix/platform/ |
D | radio.cpp | 900 uint8_t aKeyId, in otPlatRadioSetMacKey() argument 906 SuccessOrDie(GetRadioSpinel().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()
|
/openthread-3.6.0/examples/platforms/simulation/ |
D | radio.c | 1365 uint8_t aKeyId, in otPlatRadioSetMacKey() argument 1376 sKeyId = aKeyId; in otPlatRadioSetMacKey()
|