Searched refs:OT_MAC_KEY_SIZE (Results 1 – 3 of 3) sorted by relevance
183 #define OT_MAC_KEY_SIZE 16 ///< Size of the MAC Key in bytes. macro194 uint8_t m8[OT_MAC_KEY_SIZE]; ///< MAC Key bytes.
422 static constexpr uint16_t kSize = OT_MAC_KEY_SIZE; ///< Key size in bytes.
1187 memcpy(mPrevKey.m8, aPrevKey->mKeyMaterial.mKey.m8, OT_MAC_KEY_SIZE); in SetMacKey()1188 memcpy(mCurrKey.m8, aCurrKey->mKeyMaterial.mKey.m8, OT_MAC_KEY_SIZE); in SetMacKey()1189 memcpy(mNextKey.m8, aNextKey->mKeyMaterial.mKey.m8, OT_MAC_KEY_SIZE); in SetMacKey()