Searched refs:kPskMaxLength (Results 1 – 5 of 5) sorted by relevance
87 static constexpr uint8_t kPskMaxLength = 32; member in ot::Cli::CoapSecure153 uint8_t mPsk[kPskMaxLength];
90 static constexpr uint8_t kPskMaxLength = 32; ///< Maximum PSK length. member in ot::MeshCoP::SecureTransport601 uint8_t mPsk[kPskMaxLength];
249 static_assert(kMaxEphemeralKeyLength <= SecureTransport::kPskMaxLength,
115 static_cast<uint16_t>(MeshCoP::SecureTransport::kPskMaxLength), in SetPsk()
170 static_cast<uint16_t>(MeshCoP::SecureTransport::kPskMaxLength), in SetPsk()