Searched refs:aNextKey (Results 1 – 13 of 13) sorted by relevance
/external/openthread/src/core/mac/ |
D | link_raw.cpp | 242 const Key &aNextKey) in SetMacKey() argument 253 nextKey.SetFrom(aNextKey); in SetMacKey()
|
D | link_raw.hpp | 269 …uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, const Key &aNextKey);
|
D | sub_mac.cpp | 935 const KeyMaterial &aNextKey) in SetMacKey() argument 946 mNextKey = aNextKey; in SetMacKey() 956 Get<Radio>().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey()
|
D | sub_mac.hpp | 468 const KeyMaterial &aNextKey);
|
/external/openthread/src/core/radio/ |
D | radio_platform.cpp | 209 const otMacKeyMaterial *aNextKey, in otPlatRadioSetMacKey() argument 217 OT_UNUSED_VARIABLE(aNextKey); in otPlatRadioSetMacKey()
|
D | radio.hpp | 293 const Mac::KeyMaterial &aNextKey); 718 const Mac::KeyMaterial &aNextKey) in SetMacKey() argument 728 …otPlatRadioSetMacKey(GetInstancePtr(), aKeyIdMode, aKeyId, &aPrevKey, &aCurrKey, &aNextKey, aKeyTy… in SetMacKey()
|
/external/openthread/src/core/api/ |
D | link_raw_api.cpp | 229 const otMacKey *aNextKey) in otLinkRawSetMacKey() argument 232 … AsCoreType(aCurrKey), AsCoreType(aNextKey)); in otLinkRawSetMacKey()
|
/external/openthread/include/openthread/ |
D | link_raw.h | 354 const otMacKey *aNextKey);
|
/external/openthread/src/lib/spinel/ |
D | radio_spinel_impl.hpp | 1159 const otMacKeyMaterial *aNextKey) in SetMacKey() argument 1164 …VerifyOrExit((aPrevKey != nullptr) && (aCurrKey != nullptr) && (aNextKey != nullptr), error = kErr… in SetMacKey() 1171 …SuccessOrExit(error = otPlatCryptoExportKey(aNextKey->mKeyMaterial.mKeyRef, aNextKey->mKeyMaterial… in SetMacKey() 1172 sizeof(aNextKey->mKeyMaterial.mKey.m8), &aKeySize)); in SetMacKey() 1181 … aCurrKey->mKeyMaterial.mKey.m8, sizeof(otMacKey), aNextKey->mKeyMaterial.mKey.m8, in SetMacKey() 1189 memcpy(mNextKey.m8, aNextKey->mKeyMaterial.mKey.m8, OT_MAC_KEY_SIZE); in SetMacKey()
|
D | radio_spinel.hpp | 646 const otMacKeyMaterial *aNextKey);
|
/external/openthread/src/posix/platform/ |
D | radio.cpp | 586 const otMacKeyMaterial *aNextKey, in otPlatRadioSetMacKey() argument 589 SuccessOrDie(sRadioSpinel.SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()
|
/external/openthread/examples/platforms/simulation/ |
D | radio.c | 1255 const otMacKeyMaterial *aNextKey, in otPlatRadioSetMacKey() argument 1261 otEXPECT(aPrevKey != NULL && aCurrKey != NULL && aNextKey != NULL); in otPlatRadioSetMacKey() 1267 memcpy(&sNextKey, aNextKey, sizeof(otMacKeyMaterial)); in otPlatRadioSetMacKey()
|
/external/openthread/include/openthread/platform/ |
D | radio.h | 602 const otMacKeyMaterial *aNextKey,
|