Home
last modified time | relevance | path

Searched defs:EcdheEcdsaInfo (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp531 struct EcdheEcdsaInfo : public Clearable<EcdheEcdsaInfo> struct in ot::MeshCoP::SecureTransport::Extension
533 EcdheEcdsaInfo(void) { Clear(); } in EcdheEcdsaInfo() function
538 const uint8_t *mCaChainSrc;
539 const uint8_t *mOwnCertSrc;
540 const uint8_t *mPrivateKeySrc;
541 uint32_t mOwnCertLength;
542 uint32_t mCaChainLength;
543 uint32_t mPrivateKeyLength;
544 mbedtls_x509_crt mCaChain;
545 mbedtls_x509_crt mOwnCert;
[all …]