Searched refs:mKeyMaterial (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/src/core/mac/ |
D | mac_types.hpp | 546 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/ |
D | rcp_caps_diag.cpp | 258 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/ |
D | radio.h | 218 } mKeyMaterial; member
|
/openthread-latest/src/lib/spinel/ |
D | radio_spinel.cpp | 866 …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()
|