Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/mac/
Ddata_poll_handler.hpp104 void SetIndirectKeyId(uint8_t aKeyId) { mIndirectKeyId = aKeyId; } in SetIndirectKeyId() argument
Dlink_raw.cpp239 uint8_t aKeyId, in SetMacKey()
255 mSubMac.SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey()
Dsub_mac.hpp446 uint8_t aKeyId,
618 void SignalFrameCounterUsed(uint32_t aFrameCounter, uint8_t aKeyId);
Dlink_raw.hpp269 …Error SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, cons…
Dsub_mac.cpp1016 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()
Dmac_frame.cpp768 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()
Dmac_frame.hpp748 Error GetKeyId(uint8_t &aKeyId) const;
756 void SetKeyId(uint8_t aKeyId);
/openthread-3.6.0/examples/platforms/utils/
Dmac_frame.h277 void otMacFrameSetKeyId(otRadioFrame *aFrame, uint8_t aKeyId);
Dmac_frame.cpp209 …acFrameSetKeyId(otRadioFrame *aFrame, uint8_t aKeyId) { static_cast<Mac::Frame *>(aFrame)->SetKeyI… in otMacFrameSetKeyId() argument
/openthread-3.6.0/src/core/radio/
Dradio_platform.cpp194 uint8_t aKeyId, in otPlatRadioSetMacKey() argument
202 OT_UNUSED_VARIABLE(aKeyId); in otPlatRadioSetMacKey()
Dradio.hpp348 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/
Dlink_raw.h351 uint8_t aKeyId,
/openthread-3.6.0/src/core/api/
Dlink_raw_api.cpp215 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/
Dradio_spinel.hpp750 uint8_t aKeyId,
1215 uint8_t aKeyId,
Dradio_spinel.cpp990 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/
Dradio.h673 uint8_t aKeyId,
/openthread-3.6.0/src/posix/platform/
Dradio.cpp900 uint8_t aKeyId, in otPlatRadioSetMacKey() argument
906 SuccessOrDie(GetRadioSpinel().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()
/openthread-3.6.0/examples/platforms/simulation/
Dradio.c1365 uint8_t aKeyId, in otPlatRadioSetMacKey() argument
1376 sKeyId = aKeyId; in otPlatRadioSetMacKey()