Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/meshcop/
Ddtls.cpp244 Error Dtls::Setup(bool aClient) in Setup() argument
266 …rval = mbedtls_ssl_config_defaults(&mConf, aClient ? MBEDTLS_SSL_IS_CLIENT : MBEDTLS_SSL_IS_SERVER, in Setup()
301 if (!aClient) in Setup()
Ddtls.hpp364 Error Setup(bool aClient);