Home
last modified time | relevance | path

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

/external/openthread/src/core/mac/
Dlink_raw.cpp242 const Key &aNextKey) in SetMacKey() argument
253 nextKey.SetFrom(aNextKey); in SetMacKey()
Dlink_raw.hpp269 …uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, const Key &aNextKey);
Dsub_mac.cpp935 const KeyMaterial &aNextKey) in SetMacKey() argument
946 mNextKey = aNextKey; in SetMacKey()
956 Get<Radio>().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey()
Dsub_mac.hpp468 const KeyMaterial &aNextKey);
/external/openthread/src/core/radio/
Dradio_platform.cpp209 const otMacKeyMaterial *aNextKey, in otPlatRadioSetMacKey() argument
217 OT_UNUSED_VARIABLE(aNextKey); in otPlatRadioSetMacKey()
Dradio.hpp293 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/
Dlink_raw_api.cpp229 const otMacKey *aNextKey) in otLinkRawSetMacKey() argument
232 … AsCoreType(aCurrKey), AsCoreType(aNextKey)); in otLinkRawSetMacKey()
/external/openthread/include/openthread/
Dlink_raw.h354 const otMacKey *aNextKey);
/external/openthread/src/lib/spinel/
Dradio_spinel_impl.hpp1159 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()
Dradio_spinel.hpp646 const otMacKeyMaterial *aNextKey);
/external/openthread/src/posix/platform/
Dradio.cpp586 const otMacKeyMaterial *aNextKey, in otPlatRadioSetMacKey() argument
589 SuccessOrDie(sRadioSpinel.SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()
/external/openthread/examples/platforms/simulation/
Dradio.c1255 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/
Dradio.h602 const otMacKeyMaterial *aNextKey,