Searched defs:EcdheEcdsaInfo (Results 1 – 1 of 1) sorted by relevance
531 struct EcdheEcdsaInfo : public Clearable<EcdheEcdsaInfo> struct in ot::MeshCoP::SecureTransport::Extension533 EcdheEcdsaInfo(void) { Clear(); } in EcdheEcdsaInfo() function538 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 …]