/openthread-latest/src/core/mac/ |
D | link_raw.cpp | 246 const Key &aCurrKey, in SetMacKey() argument 257 currKey.SetFrom(aCurrKey); 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 | 925 const KeyMaterial &aCurrKey, in SetMacKey() argument 936 mCurrKey = aCurrKey; in SetMacKey() 947 Get<Radio>().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey()
|
D | sub_mac.hpp | 426 const KeyMaterial &aCurrKey,
|
/openthread-latest/src/core/radio/ |
D | radio_platform.cpp | 221 const otMacKeyMaterial *aCurrKey, in otPlatRadioSetMacKey() argument 229 OT_UNUSED_VARIABLE(aCurrKey); in otPlatRadioSetMacKey()
|
D | radio.hpp | 369 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/ |
D | link_raw.h | 349 const otMacKey *aCurrKey,
|
/openthread-latest/src/core/api/ |
D | link_raw_api.cpp | 206 const otMacKey *aCurrKey, in otLinkRawSetMacKey() argument 210 … AsCoreType(aCurrKey), AsCoreType(aNextKey)); in otLinkRawSetMacKey()
|
/openthread-latest/src/lib/spinel/ |
D | radio_spinel.cpp | 878 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()
|
D | radio_spinel.hpp | 735 const otMacKeyMaterial *aCurrKey, 1207 const otMacKey &aCurrKey,
|
/openthread-latest/examples/platforms/simulation/ |
D | radio.c | 1148 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/ |
D | radio.h | 717 const otMacKeyMaterial *aCurrKey,
|
/openthread-latest/src/posix/platform/ |
D | radio.cpp | 909 const otMacKeyMaterial *aCurrKey, in otPlatRadioSetMacKey() argument 913 SuccessOrDie(GetRadioSpinel().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()
|