Searched refs:OT_NETWORK_KEY_SIZE (Results 1 – 3 of 3) sorted by relevance
56 #define OT_NETWORK_KEY_SIZE 16 ///< Size of the Thread Network Key (bytes) macro67 uint8_t m8[OT_NETWORK_KEY_SIZE]; ///< Byte values
141 …static constexpr uint8_t kSize = OT_NETWORK_KEY_SIZE; ///< Size of the Thread Network Key (in byte…
636 return mEncoder.WriteData(networkKey.m8, OT_NETWORK_KEY_SIZE); in HandlePropertyGet()647 VerifyOrExit(len == OT_NETWORK_KEY_SIZE, error = OT_ERROR_PARSE); in HandlePropertySet()1254 SuccessOrExit(error = mEncoder.WriteData(aDataset.mNetworkKey.m8, OT_NETWORK_KEY_SIZE)); in EncodeOperationalDataset()1436 VerifyOrExit(len == OT_NETWORK_KEY_SIZE, error = OT_ERROR_INVALID_ARGS); in DecodeOperationalDataset()