Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Ddataset.h56 #define OT_NETWORK_KEY_SIZE 16 ///< Size of the Thread Network Key (bytes) macro
67 uint8_t m8[OT_NETWORK_KEY_SIZE]; ///< Byte values
/openthread-3.5.0/src/core/thread/
Dkey_manager.hpp141 …static constexpr uint8_t kSize = OT_NETWORK_KEY_SIZE; ///< Size of the Thread Network Key (in byte…
/openthread-3.5.0/src/ncp/
Dncp_base_mtd.cpp636 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()