Home
last modified time | relevance | path

Searched refs:SetCaCertificateChain (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/api/
Dcoap_secure_api.cpp84 AsCoreType(aInstance).GetApplicationCoapSecure().SetCaCertificateChain(aX509CaCertificateChain, in otCoapSecureSetCaCertificateChain()
Dble_secure_api.cpp152 …AsCoreType(aInstance).Get<Ble::BleSecure>().SetCaCertificateChain(aX509CaCertificateChain, aX509Ca… in otBleSecureSetCaCertificateChain()
/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp409 …void SetCaCertificateChain(const uint8_t *aX509CaCertificateChain, uint32_t aX509CaCertChainLength…
Dsecure_transport.cpp1160 void SecureTransport::Extension::SetCaCertificateChain(const uint8_t *aX509CaCertificateChain, in SetCaCertificateChain() function in ot::MeshCoP::SecureTransport::Extension