Searched refs:mPrivateKeySrc (Results 1 – 2 of 2) sorted by relevance
1118 if (mOwnCertSrc != nullptr && mPrivateKeySrc != nullptr) in SetSecureKeys()1125 … rval = mbedtls_pk_parse_key(&mPrivateKey, static_cast<const unsigned char *>(mPrivateKeySrc), in SetSecureKeys()1129 … rval = mbedtls_pk_parse_key(&mPrivateKey, static_cast<const unsigned char *>(mPrivateKeySrc), in SetSecureKeys()1153 mEcdheEcdsaInfo.mPrivateKeySrc = aPrivateKey; in SetCertificate()
540 const uint8_t *mPrivateKeySrc; member