Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dlink_raw.cpp245 const Key &aPrevKey, in SetMacKey() argument
256 prevKey.SetFrom(aPrevKey); in SetMacKey()
Dlink_raw.hpp257 …Error SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, cons…
Dsub_mac.cpp924 const KeyMaterial &aPrevKey, in SetMacKey() argument
935 mPrevKey = aPrevKey; in SetMacKey()
947 Get<Radio>().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey()
Dsub_mac.hpp425 const KeyMaterial &aPrevKey,
/openthread-latest/src/core/radio/
Dradio_platform.cpp220 const otMacKeyMaterial *aPrevKey, in otPlatRadioSetMacKey() argument
228 OT_UNUSED_VARIABLE(aPrevKey); in otPlatRadioSetMacKey()
Dradio.hpp368 const Mac::KeyMaterial &aPrevKey,
892 const Mac::KeyMaterial &aPrevKey, in SetMacKey() argument
904 …otPlatRadioSetMacKey(GetInstancePtr(), aKeyIdMode, aKeyId, &aPrevKey, &aCurrKey, &aNextKey, aKeyTy… in SetMacKey()
/openthread-latest/include/openthread/
Dlink_raw.h348 const otMacKey *aPrevKey,
/openthread-latest/src/core/api/
Dlink_raw_api.cpp205 const otMacKey *aPrevKey, in otLinkRawSetMacKey() argument
209 …eturn AsCoreType(aInstance).Get<Mac::LinkRaw>().SetMacKey(aKeyIdMode, aKeyId, AsCoreType(aPrevKey), in otLinkRawSetMacKey()
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp877 const otMacKeyMaterial *aPrevKey, in SetMacKey() argument
886 SuccessOrExit(error = ReadMacKey(*aPrevKey, prevKey)); in SetMacKey()
899 const otMacKeyMaterial *aPrevKey, in SetMacKey() argument
903 return SetMacKey(aKeyIdMode, aKeyId, aPrevKey->mKeyMaterial.mKey, aCurrKey->mKeyMaterial.mKey, in SetMacKey()
911 const otMacKey &aPrevKey, in SetMacKey() argument
920 … aKeyIdMode, aKeyId, aPrevKey.m8, sizeof(aPrevKey), aCurrKey.m8, sizeof(aCurrKey), in SetMacKey()
927 mPrevKey = aPrevKey; in SetMacKey()
Dradio_spinel.hpp734 const otMacKeyMaterial *aPrevKey,
1206 const otMacKey &aPrevKey,
/openthread-latest/examples/platforms/simulation/
Dradio.c1147 const otMacKeyMaterial *aPrevKey, in otPlatRadioSetMacKey() argument
1155 otEXPECT(aPrevKey != NULL && aCurrKey != NULL && aNextKey != NULL); in otPlatRadioSetMacKey()
1162 memcpy(&sRadioContext.mPrevKey, aPrevKey, sizeof(otMacKeyMaterial)); in otPlatRadioSetMacKey()
/openthread-latest/include/openthread/platform/
Dradio.h716 const otMacKeyMaterial *aPrevKey,
/openthread-latest/src/posix/platform/
Dradio.cpp908 const otMacKeyMaterial *aPrevKey, in otPlatRadioSetMacKey() argument
913 SuccessOrDie(GetRadioSpinel().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()