Home
last modified time | relevance | path

Searched refs:aKeyIdMode (Results 1 – 15 of 15) sorted by relevance

/openthread-latest/src/core/mac/
Dlink_raw.cpp243 Error LinkRaw::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() argument
260 mSubMac.SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey()
Dlink_raw.hpp257 …Error SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, cons…
Dsub_mac.cpp922 void SubMac::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() argument
928 switch (aKeyIdMode) in SetMacKey()
947 Get<Radio>().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey()
Dsub_mac.hpp423 void SetMacKey(uint8_t aKeyIdMode,
Dmac_frame.cpp704 Error Frame::GetKeyIdMode(uint8_t &aKeyIdMode) const in GetKeyIdMode()
711 aKeyIdMode = mPsdu[index] & kKeyIdModeMask; in GetKeyIdMode()
Dmac_frame.hpp427 Error GetKeyIdMode(uint8_t &aKeyIdMode) const;
/openthread-latest/src/core/radio/
Dradio_platform.cpp218 uint8_t aKeyIdMode, in otPlatRadioSetMacKey() argument
226 OT_UNUSED_VARIABLE(aKeyIdMode); in otPlatRadioSetMacKey()
Dradio.hpp366 void SetMacKey(uint8_t aKeyIdMode,
890 inline void Radio::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() argument
904 …otPlatRadioSetMacKey(GetInstancePtr(), aKeyIdMode, aKeyId, &aPrevKey, &aCurrKey, &aNextKey, aKeyTy… in SetMacKey()
/openthread-latest/include/openthread/
Dlink_raw.h346 uint8_t aKeyIdMode,
/openthread-latest/src/core/api/
Dlink_raw_api.cpp203 uint8_t aKeyIdMode, in otLinkRawSetMacKey() argument
209 …return AsCoreType(aInstance).Get<Mac::LinkRaw>().SetMacKey(aKeyIdMode, aKeyId, AsCoreType(aPrevKey… in otLinkRawSetMacKey()
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp732 otError SetMacKey(uint8_t aKeyIdMode,
1204 otError SetMacKey(uint8_t aKeyIdMode,
Dradio_spinel.cpp875 otError RadioSpinel::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() argument
889 error = SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey()
897 otError RadioSpinel::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() argument
903 return SetMacKey(aKeyIdMode, aKeyId, aPrevKey->mKeyMaterial.mKey, aCurrKey->mKeyMaterial.mKey, in SetMacKey()
909 otError RadioSpinel::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() argument
920aKeyIdMode, aKeyId, aPrevKey.m8, sizeof(aPrevKey), aCurrKey.m8, sizeof(aCurrKey), in SetMacKey()
924 mKeyIdMode = aKeyIdMode; in SetMacKey()
/openthread-latest/include/openthread/platform/
Dradio.h714 uint8_t aKeyIdMode,
/openthread-latest/src/posix/platform/
Dradio.cpp906 uint8_t aKeyIdMode, in otPlatRadioSetMacKey() argument
913 SuccessOrDie(GetRadioSpinel().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()
/openthread-latest/examples/platforms/simulation/
Dradio.c1145 uint8_t aKeyIdMode, in otPlatRadioSetMacKey() argument
1153 OT_UNUSED_VARIABLE(aKeyIdMode); in otPlatRadioSetMacKey()