Home
last modified time | relevance | path

Searched refs:OT_PSKC_MAX_SIZE (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Ddataset.h114 #define OT_PSKC_MAX_SIZE 16 ///< Maximum size of the PSKc (bytes) macro
122 uint8_t m8[OT_PSKC_MAX_SIZE]; ///< Byte values
/openthread-latest/src/core/thread/
Dkey_manager.hpp169 static constexpr uint8_t kSize = OT_PSKC_MAX_SIZE; ///< Size (number of bytes) of the PSKc.
/openthread-latest/src/core/meshcop/
Dmeshcop.cpp333 16384, OT_PSKC_MAX_SIZE, aPskc.m8); in GeneratePskc()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1556 VerifyOrExit(len == OT_PSKC_MAX_SIZE, error = OT_ERROR_INVALID_ARGS); in DecodeOperationalDataset()
1557 memcpy(aDataset.mPskc.m8, psk, OT_PSKC_MAX_SIZE); in DecodeOperationalDataset()