Home
last modified time | relevance | path

Searched refs:aNextKey (Results 1 – 13 of 13) sorted by relevance

/openthread-latest/src/core/mac/
Dlink_raw.cpp247 const Key &aNextKey) in SetMacKey() argument
258 nextKey.SetFrom(aNextKey); in SetMacKey()
Dlink_raw.hpp257 …uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, const Key &aNextKey);
Dsub_mac.cpp926 const KeyMaterial &aNextKey) in SetMacKey() argument
937 mNextKey = aNextKey; in SetMacKey()
947 Get<Radio>().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey()
Dsub_mac.hpp427 const KeyMaterial &aNextKey);
/openthread-latest/src/core/radio/
Dradio_platform.cpp222 const otMacKeyMaterial *aNextKey, in otPlatRadioSetMacKey() argument
230 OT_UNUSED_VARIABLE(aNextKey); in otPlatRadioSetMacKey()
Dradio.hpp370 const Mac::KeyMaterial &aNextKey);
894 const Mac::KeyMaterial &aNextKey) in SetMacKey() argument
904 …otPlatRadioSetMacKey(GetInstancePtr(), aKeyIdMode, aKeyId, &aPrevKey, &aCurrKey, &aNextKey, aKeyTy… in SetMacKey()
/openthread-latest/include/openthread/
Dlink_raw.h350 const otMacKey *aNextKey);
/openthread-latest/src/core/api/
Dlink_raw_api.cpp207 const otMacKey *aNextKey) in otLinkRawSetMacKey() argument
210 … AsCoreType(aCurrKey), AsCoreType(aNextKey)); in otLinkRawSetMacKey()
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp879 const otMacKeyMaterial *aNextKey) in SetMacKey() argument
888 SuccessOrExit(error = ReadMacKey(*aNextKey, nextKey)); in SetMacKey()
901 const otMacKeyMaterial *aNextKey) in SetMacKey() argument
904 aNextKey->mKeyMaterial.mKey); in SetMacKey()
913 const otMacKey &aNextKey) in SetMacKey() argument
921 aNextKey.m8, sizeof(aNextKey))); in SetMacKey()
929 mNextKey = aNextKey; in SetMacKey()
Dradio_spinel.hpp736 const otMacKeyMaterial *aNextKey);
/openthread-latest/examples/platforms/simulation/
Dradio.c1149 const otMacKeyMaterial *aNextKey, in otPlatRadioSetMacKey() argument
1155 otEXPECT(aPrevKey != NULL && aCurrKey != NULL && aNextKey != NULL); in otPlatRadioSetMacKey()
1164 memcpy(&sRadioContext.mNextKey, aNextKey, sizeof(otMacKeyMaterial)); in otPlatRadioSetMacKey()
/openthread-latest/include/openthread/platform/
Dradio.h718 const otMacKeyMaterial *aNextKey,
/openthread-latest/src/posix/platform/
Dradio.cpp910 const otMacKeyMaterial *aNextKey, in otPlatRadioSetMacKey() argument
913 SuccessOrDie(GetRadioSpinel().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()