Home
last modified time | relevance | path

Searched refs:aX509CaCertificateChain (Results 1 – 8 of 8) sorted by relevance

/openthread-3.6.0/src/core/api/
Dble_secure_api.cpp136 const uint8_t *aX509CaCertificateChain, in otBleSecureSetCaCertificateChain() argument
139 OT_ASSERT(aX509CaCertificateChain != nullptr && aX509CaCertChainLength != 0); in otBleSecureSetCaCertificateChain()
141 …AsCoreType(aInstance).Get<Ble::BleSecure>().SetCaCertificateChain(aX509CaCertificateChain, aX509Ca… in otBleSecureSetCaCertificateChain()
Dcoap_secure_api.cpp65 const uint8_t *aX509CaCertificateChain, in otCoapSecureSetCaCertificateChain() argument
68 AsCoreType(aInstance).GetApplicationCoapSecure().SetCaCertificateChain(aX509CaCertificateChain, in otCoapSecureSetCaCertificateChain()
/openthread-3.6.0/src/core/coap/
Dcoap_secure.hpp235 …void SetCaCertificateChain(const uint8_t *aX509CaCertificateChain, uint32_t aX509CaCertChainLength) in SetCaCertificateChain() argument
237 mDtls.SetCaCertificateChain(aX509CaCertificateChain, aX509CaCertChainLength); in SetCaCertificateChain()
/openthread-3.6.0/src/core/radio/
Dble_secure.hpp243 …void SetCaCertificateChain(const uint8_t *aX509CaCertificateChain, uint32_t aX509CaCertChainLength) in SetCaCertificateChain() argument
245 mTls.SetCaCertificateChain(aX509CaCertificateChain, aX509CaCertChainLength); in SetCaCertificateChain()
/openthread-3.6.0/include/openthread/
Dble_secure.h304 const uint8_t *aX509CaCertificateChain,
Dcoap_secure.h183 const uint8_t *aX509CaCertificateChain,
/openthread-3.6.0/src/core/meshcop/
Dsecure_transport.cpp534 void SecureTransport::SetCaCertificateChain(const uint8_t *aX509CaCertificateChain, uint32_t aX509C… in SetCaCertificateChain() argument
537 OT_ASSERT(aX509CaCertificateChain != nullptr); in SetCaCertificateChain()
539 mCaChainSrc = aX509CaCertificateChain; in SetCaCertificateChain()
Dsecure_transport.hpp280 …void SetCaCertificateChain(const uint8_t *aX509CaCertificateChain, uint32_t aX509CaCertChainLength…