Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dlink_raw.cpp246 const Key &aCurrKey, in SetMacKey() argument
257 currKey.SetFrom(aCurrKey); in SetMacKey()
Dlink_raw.hpp257 …Error SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, cons…
Dsub_mac.cpp925 const KeyMaterial &aCurrKey, in SetMacKey() argument
936 mCurrKey = aCurrKey; in SetMacKey()
947 Get<Radio>().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey()
Dsub_mac.hpp426 const KeyMaterial &aCurrKey,
/openthread-latest/src/core/radio/
Dradio_platform.cpp221 const otMacKeyMaterial *aCurrKey, in otPlatRadioSetMacKey() argument
229 OT_UNUSED_VARIABLE(aCurrKey); in otPlatRadioSetMacKey()
Dradio.hpp369 const Mac::KeyMaterial &aCurrKey,
893 const Mac::KeyMaterial &aCurrKey, in SetMacKey() argument
904 …otPlatRadioSetMacKey(GetInstancePtr(), aKeyIdMode, aKeyId, &aPrevKey, &aCurrKey, &aNextKey, aKeyTy… in SetMacKey()
/openthread-latest/include/openthread/
Dlink_raw.h349 const otMacKey *aCurrKey,
/openthread-latest/src/core/api/
Dlink_raw_api.cpp206 const otMacKey *aCurrKey, in otLinkRawSetMacKey() argument
210 … AsCoreType(aCurrKey), AsCoreType(aNextKey)); in otLinkRawSetMacKey()
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp878 const otMacKeyMaterial *aCurrKey, in SetMacKey() argument
887 SuccessOrExit(error = ReadMacKey(*aCurrKey, currKey)); in SetMacKey()
900 const otMacKeyMaterial *aCurrKey, in SetMacKey() argument
903 return SetMacKey(aKeyIdMode, aKeyId, aPrevKey->mKeyMaterial.mKey, aCurrKey->mKeyMaterial.mKey, in SetMacKey()
912 const otMacKey &aCurrKey, in SetMacKey() argument
920 … aKeyIdMode, aKeyId, aPrevKey.m8, sizeof(aPrevKey), aCurrKey.m8, sizeof(aCurrKey), in SetMacKey()
928 mCurrKey = aCurrKey; in SetMacKey()
Dradio_spinel.hpp735 const otMacKeyMaterial *aCurrKey,
1207 const otMacKey &aCurrKey,
/openthread-latest/examples/platforms/simulation/
Dradio.c1148 const otMacKeyMaterial *aCurrKey, in otPlatRadioSetMacKey() argument
1155 otEXPECT(aPrevKey != NULL && aCurrKey != NULL && aNextKey != NULL); in otPlatRadioSetMacKey()
1163 memcpy(&sRadioContext.mCurrKey, aCurrKey, sizeof(otMacKeyMaterial)); in otPlatRadioSetMacKey()
/openthread-latest/include/openthread/platform/
Dradio.h717 const otMacKeyMaterial *aCurrKey,
/openthread-latest/src/posix/platform/
Dradio.cpp909 const otMacKeyMaterial *aCurrKey, in otPlatRadioSetMacKey() argument
913 SuccessOrDie(GetRadioSpinel().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()