Home
last modified time | relevance | path

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

/external/openthread/include/openthread/platform/
Dradio.h183 #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.
/external/openthread/src/core/mac/
Dmac_types.hpp422 static constexpr uint16_t kSize = OT_MAC_KEY_SIZE; ///< Key size in bytes.
/external/openthread/src/lib/spinel/
Dradio_spinel_impl.hpp1187 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()