Searched refs:mOwnCertSrc (Results 1 – 2 of 2) sorted by relevance
1118 if (mOwnCertSrc != nullptr && mPrivateKeySrc != nullptr) in SetSecureKeys()1120 rval = mbedtls_x509_crt_parse(&mOwnCert, static_cast<const unsigned char *>(mOwnCertSrc), in SetSecureKeys()1151 mEcdheEcdsaInfo.mOwnCertSrc = aX509Certificate; in SetCertificate()
539 const uint8_t *mOwnCertSrc; member