Searched refs:OT_MAC_KEY_SIZE (Results 1 – 3 of 3) sorted by relevance
184 #define OT_MAC_KEY_SIZE 16 ///< Size of the MAC Key in bytes. macro194 uint8_t m8[OT_MAC_KEY_SIZE]; ///< MAC Key bytes.
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()
483 static constexpr uint16_t kSize = OT_MAC_KEY_SIZE; ///< Key size in bytes.