Searched refs:mCaChain (Results 1 – 2 of 2) sorted by relevance
106 memset(&mCaChain, 0, sizeof(mCaChain)); in Dtls()129 mbedtls_x509_crt_free(&mCaChain); in FreeMbedtls()265 mbedtls_x509_crt_init(&mCaChain); in Setup()386 … rval = mbedtls_x509_crt_parse(&mCaChain, static_cast<const unsigned char *>(mCaChainSrc), in SetApplicationCoapSecureKeys()389 mbedtls_ssl_conf_ca_chain(&mConf, &mCaChain, nullptr); in SetApplicationCoapSecureKeys()
463 mbedtls_x509_crt mCaChain; member in ot::MeshCoP::Dtls