Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dsecure_transport.cpp1118 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()
Dsecure_transport.hpp540 const uint8_t *mPrivateKeySrc; member