Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_tcp.hpp217 static constexpr const size_t sSrvKeyLength = 233; // includes NUL byte member in ot::Cli::TcpExample
Dcli_tcp.cpp165 … rv = mbedtls_pk_parse_key(&mPKey, reinterpret_cast<const unsigned char *>(sSrvKey), sSrvKeyLength, in Process()
168 … rv = mbedtls_pk_parse_key(&mPKey, reinterpret_cast<const unsigned char *>(sSrvKey), sSrvKeyLength, in Process()