Home
last modified time | relevance | path

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

/external/openthread/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()
Dlink_raw.hpp269 …Error SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, cons…
Dmac_frame.cpp564 Error Frame::GetKeyId(uint8_t &aKeyId) const in GetKeyId()
574 aKeyId = mPsdu[index + kSecurityControlSize + kFrameCounterSize + keySourceLength]; in GetKeyId()
580 void Frame::SetKeyId(uint8_t aKeyId) in SetKeyId() argument
589 mPsdu[index + kSecurityControlSize + kFrameCounterSize + keySourceLength] = aKeyId; in SetKeyId()
Dsub_mac.cpp932 uint8_t aKeyId, in SetMacKey()
943 mKeyId = aKeyId; in SetMacKey()
956 Get<Radio>().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey()
Dsub_mac.hpp465 uint8_t aKeyId,
Dmac_frame.hpp716 Error GetKeyId(uint8_t &aKeyId) const;
724 void SetKeyId(uint8_t aKeyId);
/external/openthread/src/core/radio/
Dradio_platform.cpp206 uint8_t aKeyId, in otPlatRadioSetMacKey() argument
214 OT_UNUSED_VARIABLE(aKeyId); in otPlatRadioSetMacKey()
Dradio.hpp290 uint8_t aKeyId,
715 uint8_t aKeyId, in SetMacKey()
728 …otPlatRadioSetMacKey(GetInstancePtr(), aKeyIdMode, aKeyId, &aPrevKey, &aCurrKey, &aNextKey, aKeyTy… in SetMacKey()
/external/openthread/examples/platforms/utils/
Dmac_frame.cpp209 void otMacFrameSetKeyId(otRadioFrame *aFrame, uint8_t aKeyId) in otMacFrameSetKeyId() argument
211 static_cast<Mac::Frame *>(aFrame)->SetKeyId(aKeyId); in otMacFrameSetKeyId()
Dmac_frame.h277 void otMacFrameSetKeyId(otRadioFrame *aFrame, uint8_t aKeyId);
/external/openthread/src/core/api/
Dlink_raw_api.cpp226 uint8_t aKeyId, in otLinkRawSetMacKey() argument
231 …return AsCoreType(aInstance).Get<Mac::LinkRaw>().SetMacKey(aKeyIdMode, aKeyId, AsCoreType(aPrevKey… in otLinkRawSetMacKey()
/external/openthread/include/openthread/
Dlink_raw.h351 uint8_t aKeyId,
/external/openthread/src/posix/platform/
Dradio.cpp583 uint8_t aKeyId, in otPlatRadioSetMacKey() argument
589 SuccessOrDie(sRadioSpinel.SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()
/external/openthread/include/openthread/platform/
Dradio.h599 uint8_t aKeyId,
/external/openthread/src/lib/spinel/
Dradio_spinel.hpp643 uint8_t aKeyId,
Dradio_spinel_impl.hpp1156 uint8_t aKeyId, in SetMacKey()
1180 aKeyIdMode, aKeyId, aPrevKey->mKeyMaterial.mKey.m8, sizeof(otMacKey), in SetMacKey()
1186 mKeyId = aKeyId; in SetMacKey()
/external/openthread/examples/platforms/simulation/
Dradio.c1252 uint8_t aKeyId, in otPlatRadioSetMacKey() argument
1263 sKeyId = aKeyId; in otPlatRadioSetMacKey()