Home
last modified time | relevance | path

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

/openthread-3.7.0/src/cli/
Dcli_coap_secure.hpp87 static constexpr uint8_t kPskMaxLength = 32; member in ot::Cli::CoapSecure
153 uint8_t mPsk[kPskMaxLength];
/openthread-3.7.0/src/core/meshcop/
Dsecure_transport.hpp90 static constexpr uint8_t kPskMaxLength = 32; ///< Maximum PSK length. member in ot::MeshCoP::SecureTransport
601 uint8_t mPsk[kPskMaxLength];
Dborder_agent.hpp249 static_assert(kMaxEphemeralKeyLength <= SecureTransport::kPskMaxLength,
/openthread-3.7.0/src/core/coap/
Dcoap_secure.cpp115 static_cast<uint16_t>(MeshCoP::SecureTransport::kPskMaxLength), in SetPsk()
/openthread-3.7.0/src/core/radio/
Dble_secure.cpp170 static_cast<uint16_t>(MeshCoP::SecureTransport::kPskMaxLength), in SetPsk()