Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/coap/
Dcoap_secure.hpp218 void SetCertificate(const uint8_t *aX509Cert, in SetCertificate() function in ot::Coap::CoapSecure
223 mDtls.SetCertificate(aX509Cert, aX509Length, aPrivateKey, aPrivateKeyLength); in SetCertificate()
/openthread-2.7.6/src/core/meshcop/
Ddtls.hpp244 void SetCertificate(const uint8_t *aX509Certificate,
Ddtls.cpp457 void Dtls::SetCertificate(const uint8_t *aX509Certificate, in SetCertificate() function in ot::MeshCoP::Dtls
/openthread-2.7.6/src/core/api/
Dcoap_secure_api.cpp66 …instance.GetApplicationCoapSecure().SetCertificate(aX509Cert, aX509Length, aPrivateKey, aPrivateKe… in otCoapSecureSetCertificate()