Home
last modified time | relevance | path

Searched refs:OT_MAC_KEY_SIZE (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/platform/
Dradio.h184 #define OT_MAC_KEY_SIZE 16 ///< Size of the MAC Key in bytes. macro
194 uint8_t m8[OT_MAC_KEY_SIZE]; ///< MAC Key bytes.
/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/src/core/mac/
Dmac_types.hpp483 static constexpr uint16_t kSize = OT_MAC_KEY_SIZE; ///< Key size in bytes.