Home
last modified time | relevance | path

Searched refs:sCipherSuites (Results 1 – 2 of 2) sorted by relevance

/openthread-3.5.0/src/cli/
Dcli_tcp.hpp223 static const int sCipherSuites[]; member in ot::Cli::TcpExample
Dcli_tcp.cpp59 const int TcpExample::sCipherSuites[] = {MBEDTLS_TLS_ECJPAKE_WITH_AES_128_CCM_8, member in ot::Cli::TcpExample
130 mbedtls_ssl_conf_ciphersuites(&mSslConfig, sCipherSuites); in Process()