/openthread-latest/src/core/mac/ |
D | data_poll_handler.hpp | 103 void SetIndirectKeyId(uint8_t aKeyId) { mIndirectKeyId = aKeyId; } in SetIndirectKeyId() argument
|
D | sub_mac.cpp | 923 uint8_t aKeyId, in SetMacKey() 934 mKeyId = aKeyId; in SetMacKey() 947 Get<Radio>().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey() 953 void SubMac::SignalFrameCounterUsed(uint32_t aFrameCounter, uint8_t aKeyId) in SignalFrameCounterUsed() argument 955 VerifyOrExit(aKeyId == mKeyId); in SignalFrameCounterUsed()
|
D | link_raw.cpp | 244 uint8_t aKeyId, in SetMacKey() 260 mSubMac.SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey()
|
D | sub_mac.hpp | 424 uint8_t aKeyId, 614 void SignalFrameCounterUsed(uint32_t aFrameCounter, uint8_t aKeyId);
|
D | link_raw.hpp | 257 …Error SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, cons…
|
D | mac_frame.cpp | 794 Error Frame::GetKeyId(uint8_t &aKeyId) const in GetKeyId() 804 aKeyId = mPsdu[index + kSecurityControlSize + kFrameCounterSize + keySourceSize]; in GetKeyId() 810 void Frame::SetKeyId(uint8_t aKeyId) in SetKeyId() argument 819 mPsdu[index + kSecurityControlSize + kFrameCounterSize + keySourceSize] = aKeyId; in SetKeyId()
|
D | mac_frame.hpp | 466 Error GetKeyId(uint8_t &aKeyId) const; 473 void SetKeyId(uint8_t aKeyId);
|
/openthread-latest/src/core/radio/ |
D | radio_platform.cpp | 219 uint8_t aKeyId, in otPlatRadioSetMacKey() argument 227 OT_UNUSED_VARIABLE(aKeyId); in otPlatRadioSetMacKey()
|
D | radio.hpp | 367 uint8_t aKeyId, 891 uint8_t aKeyId, in SetMacKey() 904 …otPlatRadioSetMacKey(GetInstancePtr(), aKeyIdMode, aKeyId, &aPrevKey, &aCurrKey, &aNextKey, aKeyTy… in SetMacKey()
|
/openthread-latest/include/openthread/ |
D | link_raw.h | 347 uint8_t aKeyId,
|
/openthread-latest/src/core/api/ |
D | link_raw_api.cpp | 204 uint8_t aKeyId, in otLinkRawSetMacKey() argument 209 …return AsCoreType(aInstance).Get<Mac::LinkRaw>().SetMacKey(aKeyIdMode, aKeyId, AsCoreType(aPrevKey… in otLinkRawSetMacKey()
|
/openthread-latest/examples/platforms/utils/ |
D | mac_frame.h | 287 void otMacFrameSetKeyId(otRadioFrame *aFrame, uint8_t aKeyId);
|
D | mac_frame.cpp | 246 …acFrameSetKeyId(otRadioFrame *aFrame, uint8_t aKeyId) { static_cast<Mac::Frame *>(aFrame)->SetKeyI… in otMacFrameSetKeyId() argument
|
/openthread-latest/src/lib/spinel/ |
D | radio_spinel.hpp | 733 uint8_t aKeyId, 1205 uint8_t aKeyId,
|
D | radio_spinel.cpp | 876 uint8_t aKeyId, in SetMacKey() 889 error = SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey() 898 uint8_t aKeyId, in SetMacKey() 903 return SetMacKey(aKeyIdMode, aKeyId, aPrevKey->mKeyMaterial.mKey, aCurrKey->mKeyMaterial.mKey, in SetMacKey() 910 uint8_t aKeyId, in SetMacKey() 920 … aKeyIdMode, aKeyId, aPrevKey.m8, sizeof(aPrevKey), aCurrKey.m8, sizeof(aCurrKey), in SetMacKey() 925 mKeyId = aKeyId; in SetMacKey()
|
/openthread-latest/include/openthread/platform/ |
D | radio.h | 715 uint8_t aKeyId,
|
/openthread-latest/src/posix/platform/ |
D | radio.cpp | 907 uint8_t aKeyId, in otPlatRadioSetMacKey() argument 913 SuccessOrDie(GetRadioSpinel().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()
|
/openthread-latest/examples/platforms/simulation/ |
D | radio.c | 1146 uint8_t aKeyId, in otPlatRadioSetMacKey() argument 1157 sRadioContext.mKeyId = aKeyId; in otPlatRadioSetMacKey()
|