Home
last modified time | relevance | path

Searched refs:mKeyMaterial (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_types.hpp546 const Key &GetKey(void) const { return static_cast<const Key &>(mKeyMaterial.mKey); } in GetKey()
554 KeyRef GetKeyRef(void) const { return mKeyMaterial.mKeyRef; } in GetKeyRef()
598 void SetKeyRef(KeyRef aKeyRef) { mKeyMaterial.mKeyRef = aKeyRef; } in SetKeyRef()
600 Key &GetKey(void) { return static_cast<Key &>(mKeyMaterial.mKey); } in GetKey()
601 void SetKey(const Key &aKey) { mKeyMaterial.mKey = aKey; } in SetKey()
/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp258 memset(prevKey.mKeyMaterial.mKey.m8, 0x11, OT_MAC_KEY_SIZE); in HandleSpinelCommand()
259 memset(curKey.mKeyMaterial.mKey.m8, 0x22, OT_MAC_KEY_SIZE); in HandleSpinelCommand()
260 memset(nextKey.mKeyMaterial.mKey.m8, 0x33, OT_MAC_KEY_SIZE); in HandleSpinelCommand()
/openthread-latest/include/openthread/platform/
Dradio.h218 } mKeyMaterial; member
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp866 …otError error = otPlatCryptoExportKey(aKeyMaterial.mKeyMaterial.mKeyRef, aKey.m8, sizeof(aKey), &k… in ReadMacKey()
903 return SetMacKey(aKeyIdMode, aKeyId, aPrevKey->mKeyMaterial.mKey, aCurrKey->mKeyMaterial.mKey, in SetMacKey()
904 aNextKey->mKeyMaterial.mKey); in SetMacKey()