Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dsecure_transport.cpp88 mTransport.mExtension->mEcdheEcdsaInfo.Free(); in FreeMbedtls()
264 mTransport.mExtension->mEcdheEcdsaInfo.Init(); in Setup()
1068 rval = mEcdheEcdsaInfo.SetSecureKeys(aConfig); in SetApplicationSecureKeys()
1151 mEcdheEcdsaInfo.mOwnCertSrc = aX509Certificate; in SetCertificate()
1152 mEcdheEcdsaInfo.mOwnCertLength = aX509CertLength; in SetCertificate()
1153 mEcdheEcdsaInfo.mPrivateKeySrc = aPrivateKey; in SetCertificate()
1154 mEcdheEcdsaInfo.mPrivateKeyLength = aPrivateKeyLength; in SetCertificate()
1166 mEcdheEcdsaInfo.mCaChainSrc = aX509CaCertificateChain; in SetCaCertificateChain()
1167 mEcdheEcdsaInfo.mCaChainLength = aX509CaCertChainLength; in SetCaCertificateChain()
1298 const mbedtls_x509_crt *cert = &mEcdheEcdsaInfo.mOwnCert; in GetThreadAttributeFromOwnCertificate()
Dsecure_transport.hpp416 … const mbedtls_asn1_buf &GetOwnPublicKey(void) const { return mEcdheEcdsaInfo.mOwnCert.pk_raw; } in GetOwnPublicKey()
571 EcdheEcdsaInfo mEcdheEcdsaInfo; member in ot::MeshCoP::SecureTransport::Extension