Searched refs:kPskMaxLength (Results 1 – 5 of 5) sorted by relevance
84 static constexpr uint8_t kPskMaxLength = 32; member in ot::Cli::CoapSecure150 uint8_t mPsk[kPskMaxLength];
307 static constexpr uint8_t kPskMaxLength = 32; ///< Maximum PSK length. member in ot::MeshCoP::SecureTransport803 uint8_t mPsk[kPskMaxLength];
241 static_assert(kMaxEphemeralKeyLength <= Dtls::Transport::kPskMaxLength,
843 …static_assert(JoinerPskd::kMaxLength <= kPskMaxLength, "The max DTLS PSK length is smaller than jo… in SetPsk()
170 static_cast<uint16_t>(MeshCoP::Tls::kPskMaxLength), in SetPsk()