Searched refs:OT_PSKC_MAX_SIZE (Results 1 – 4 of 4) sorted by relevance
114 #define OT_PSKC_MAX_SIZE 16 ///< Maximum size of the PSKc (bytes) macro122 uint8_t m8[OT_PSKC_MAX_SIZE]; ///< Byte values
169 static constexpr uint8_t kSize = OT_PSKC_MAX_SIZE; ///< Size (number of bytes) of the PSKc.
333 16384, OT_PSKC_MAX_SIZE, aPskc.m8); in GeneratePskc()
1556 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()