Searched refs:aX509CaCertificateChain (Results 1 – 8 of 8) sorted by relevance
/openthread-3.6.0/src/core/api/ |
D | ble_secure_api.cpp | 136 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()
|
D | coap_secure_api.cpp | 65 const uint8_t *aX509CaCertificateChain, in otCoapSecureSetCaCertificateChain() argument 68 AsCoreType(aInstance).GetApplicationCoapSecure().SetCaCertificateChain(aX509CaCertificateChain, in otCoapSecureSetCaCertificateChain()
|
/openthread-3.6.0/src/core/coap/ |
D | coap_secure.hpp | 235 …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/ |
D | ble_secure.hpp | 243 …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/ |
D | ble_secure.h | 304 const uint8_t *aX509CaCertificateChain,
|
D | coap_secure.h | 183 const uint8_t *aX509CaCertificateChain,
|
/openthread-3.6.0/src/core/meshcop/ |
D | secure_transport.cpp | 534 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()
|
D | secure_transport.hpp | 280 …void SetCaCertificateChain(const uint8_t *aX509CaCertificateChain, uint32_t aX509CaCertChainLength…
|