Searched refs:aNextKey (Results 1 – 13 of 13) sorted by relevance
/openthread-latest/src/core/mac/ |
D | link_raw.cpp | 247 const Key &aNextKey) in SetMacKey() argument 258 nextKey.SetFrom(aNextKey); in SetMacKey()
|
D | link_raw.hpp | 257 …uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, const Key &aNextKey);
|
D | sub_mac.cpp | 926 const KeyMaterial &aNextKey) in SetMacKey() argument 937 mNextKey = aNextKey; in SetMacKey() 947 Get<Radio>().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey()
|
D | sub_mac.hpp | 427 const KeyMaterial &aNextKey);
|
/openthread-latest/src/core/radio/ |
D | radio_platform.cpp | 222 const otMacKeyMaterial *aNextKey, in otPlatRadioSetMacKey() argument 230 OT_UNUSED_VARIABLE(aNextKey); in otPlatRadioSetMacKey()
|
D | radio.hpp | 370 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/ |
D | link_raw.h | 350 const otMacKey *aNextKey);
|
/openthread-latest/src/core/api/ |
D | link_raw_api.cpp | 207 const otMacKey *aNextKey) in otLinkRawSetMacKey() argument 210 … AsCoreType(aCurrKey), AsCoreType(aNextKey)); in otLinkRawSetMacKey()
|
/openthread-latest/src/lib/spinel/ |
D | radio_spinel.cpp | 879 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()
|
D | radio_spinel.hpp | 736 const otMacKeyMaterial *aNextKey);
|
/openthread-latest/examples/platforms/simulation/ |
D | radio.c | 1149 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/ |
D | radio.h | 718 const otMacKeyMaterial *aNextKey,
|
/openthread-latest/src/posix/platform/ |
D | radio.cpp | 910 const otMacKeyMaterial *aNextKey, in otPlatRadioSetMacKey() argument 913 SuccessOrDie(GetRadioSpinel().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()
|