/openthread-latest/src/core/mac/ |
D | link_raw.cpp | 245 const Key &aPrevKey, in SetMacKey() argument 256 prevKey.SetFrom(aPrevKey); in SetMacKey()
|
D | link_raw.hpp | 257 …Error SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, cons…
|
D | sub_mac.cpp | 924 const KeyMaterial &aPrevKey, in SetMacKey() argument 935 mPrevKey = aPrevKey; in SetMacKey() 947 Get<Radio>().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey()
|
D | sub_mac.hpp | 425 const KeyMaterial &aPrevKey,
|
/openthread-latest/src/core/radio/ |
D | radio_platform.cpp | 220 const otMacKeyMaterial *aPrevKey, in otPlatRadioSetMacKey() argument 228 OT_UNUSED_VARIABLE(aPrevKey); in otPlatRadioSetMacKey()
|
D | radio.hpp | 368 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/ |
D | link_raw.h | 348 const otMacKey *aPrevKey,
|
/openthread-latest/src/core/api/ |
D | link_raw_api.cpp | 205 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/ |
D | radio_spinel.cpp | 877 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()
|
D | radio_spinel.hpp | 734 const otMacKeyMaterial *aPrevKey, 1206 const otMacKey &aPrevKey,
|
/openthread-latest/examples/platforms/simulation/ |
D | radio.c | 1147 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/ |
D | radio.h | 716 const otMacKeyMaterial *aPrevKey,
|
/openthread-latest/src/posix/platform/ |
D | radio.cpp | 908 const otMacKeyMaterial *aPrevKey, in otPlatRadioSetMacKey() argument 913 SuccessOrDie(GetRadioSpinel().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()
|