/external/openthread/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 | link_raw.hpp | 269 …Error SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, cons…
|
D | mac_frame.cpp | 564 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()
|
D | sub_mac.cpp | 932 uint8_t aKeyId, in SetMacKey() 943 mKeyId = aKeyId; in SetMacKey() 956 Get<Radio>().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey()
|
D | sub_mac.hpp | 465 uint8_t aKeyId,
|
D | mac_frame.hpp | 716 Error GetKeyId(uint8_t &aKeyId) const; 724 void SetKeyId(uint8_t aKeyId);
|
/external/openthread/src/core/radio/ |
D | radio_platform.cpp | 206 uint8_t aKeyId, in otPlatRadioSetMacKey() argument 214 OT_UNUSED_VARIABLE(aKeyId); in otPlatRadioSetMacKey()
|
D | radio.hpp | 290 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/ |
D | mac_frame.cpp | 209 void otMacFrameSetKeyId(otRadioFrame *aFrame, uint8_t aKeyId) in otMacFrameSetKeyId() argument 211 static_cast<Mac::Frame *>(aFrame)->SetKeyId(aKeyId); in otMacFrameSetKeyId()
|
D | mac_frame.h | 277 void otMacFrameSetKeyId(otRadioFrame *aFrame, uint8_t aKeyId);
|
/external/openthread/src/core/api/ |
D | link_raw_api.cpp | 226 uint8_t aKeyId, in otLinkRawSetMacKey() argument 231 …return AsCoreType(aInstance).Get<Mac::LinkRaw>().SetMacKey(aKeyIdMode, aKeyId, AsCoreType(aPrevKey… in otLinkRawSetMacKey()
|
/external/openthread/include/openthread/ |
D | link_raw.h | 351 uint8_t aKeyId,
|
/external/openthread/src/posix/platform/ |
D | radio.cpp | 583 uint8_t aKeyId, in otPlatRadioSetMacKey() argument 589 SuccessOrDie(sRadioSpinel.SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()
|
/external/openthread/include/openthread/platform/ |
D | radio.h | 599 uint8_t aKeyId,
|
/external/openthread/src/lib/spinel/ |
D | radio_spinel.hpp | 643 uint8_t aKeyId,
|
D | radio_spinel_impl.hpp | 1156 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/ |
D | radio.c | 1252 uint8_t aKeyId, in otPlatRadioSetMacKey() argument 1263 sKeyId = aKeyId; in otPlatRadioSetMacKey()
|