Home
last modified time | relevance | path

Searched refs:aKeyId (Results 1 – 18 of 18) sorted by relevance

/openthread-latest/src/core/mac/
Ddata_poll_handler.hpp103 void SetIndirectKeyId(uint8_t aKeyId) { mIndirectKeyId = aKeyId; } in SetIndirectKeyId() argument
Dsub_mac.cpp923 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()
Dlink_raw.cpp244 uint8_t aKeyId, in SetMacKey()
260 mSubMac.SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey()
Dsub_mac.hpp424 uint8_t aKeyId,
614 void SignalFrameCounterUsed(uint32_t aFrameCounter, uint8_t aKeyId);
Dlink_raw.hpp257 …Error SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, cons…
Dmac_frame.cpp794 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()
Dmac_frame.hpp466 Error GetKeyId(uint8_t &aKeyId) const;
473 void SetKeyId(uint8_t aKeyId);
/openthread-latest/src/core/radio/
Dradio_platform.cpp219 uint8_t aKeyId, in otPlatRadioSetMacKey() argument
227 OT_UNUSED_VARIABLE(aKeyId); in otPlatRadioSetMacKey()
Dradio.hpp367 uint8_t aKeyId,
891 uint8_t aKeyId, in SetMacKey()
904 …otPlatRadioSetMacKey(GetInstancePtr(), aKeyIdMode, aKeyId, &aPrevKey, &aCurrKey, &aNextKey, aKeyTy… in SetMacKey()
/openthread-latest/include/openthread/
Dlink_raw.h347 uint8_t aKeyId,
/openthread-latest/src/core/api/
Dlink_raw_api.cpp204 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/
Dmac_frame.h287 void otMacFrameSetKeyId(otRadioFrame *aFrame, uint8_t aKeyId);
Dmac_frame.cpp246 …acFrameSetKeyId(otRadioFrame *aFrame, uint8_t aKeyId) { static_cast<Mac::Frame *>(aFrame)->SetKeyI… in otMacFrameSetKeyId() argument
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp733 uint8_t aKeyId,
1205 uint8_t aKeyId,
Dradio_spinel.cpp876 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/
Dradio.h715 uint8_t aKeyId,
/openthread-latest/src/posix/platform/
Dradio.cpp907 uint8_t aKeyId, in otPlatRadioSetMacKey() argument
913 SuccessOrDie(GetRadioSpinel().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()
/openthread-latest/examples/platforms/simulation/
Dradio.c1146 uint8_t aKeyId, in otPlatRadioSetMacKey() argument
1157 sRadioContext.mKeyId = aKeyId; in otPlatRadioSetMacKey()