Home
last modified time | relevance | path

Searched refs:kPskMaxLength (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/cli/
Dcli_coap_secure.hpp84 static constexpr uint8_t kPskMaxLength = 32; member in ot::Cli::CoapSecure
150 uint8_t mPsk[kPskMaxLength];
/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp307 static constexpr uint8_t kPskMaxLength = 32; ///< Maximum PSK length. member in ot::MeshCoP::SecureTransport
803 uint8_t mPsk[kPskMaxLength];
Dborder_agent.hpp241 static_assert(kMaxEphemeralKeyLength <= Dtls::Transport::kPskMaxLength,
Dsecure_transport.cpp843 …static_assert(JoinerPskd::kMaxLength <= kPskMaxLength, "The max DTLS PSK length is smaller than jo… in SetPsk()
/openthread-latest/src/core/radio/
Dble_secure.cpp170 static_cast<uint16_t>(MeshCoP::Tls::kPskMaxLength), in SetPsk()