Home
last modified time | relevance | path

Searched refs:aX509Cert (Results 1 – 6 of 6) sorted by relevance

/openthread-3.6.0/src/core/api/
Dble_secure_api.cpp125 const uint8_t *aX509Cert, in otBleSecureSetCertificate() argument
130 …OT_ASSERT(aX509Cert != nullptr && aX509Length != 0 && aPrivateKey != nullptr && aPrivateKeyLength … in otBleSecureSetCertificate()
132 …AsCoreType(aInstance).Get<Ble::BleSecure>().SetCertificate(aX509Cert, aX509Length, aPrivateKey, aP… in otBleSecureSetCertificate()
Dcoap_secure_api.cpp55 const uint8_t *aX509Cert, in otCoapSecureSetCertificate() argument
60 …AsCoreType(aInstance).GetApplicationCoapSecure().SetCertificate(aX509Cert, aX509Length, aPrivateKe… in otCoapSecureSetCertificate()
/openthread-3.6.0/src/core/coap/
Dcoap_secure.hpp218 void SetCertificate(const uint8_t *aX509Cert, in SetCertificate() argument
223 mDtls.SetCertificate(aX509Cert, aX509Length, aPrivateKey, aPrivateKeyLength); in SetCertificate()
/openthread-3.6.0/src/core/radio/
Dble_secure.hpp226 void SetCertificate(const uint8_t *aX509Cert, in SetCertificate() argument
231 mTls.SetCertificate(aX509Cert, aX509Length, aPrivateKey, aPrivateKeyLength); in SetCertificate()
/openthread-3.6.0/include/openthread/
Dble_secure.h285 const uint8_t *aX509Cert,
Dcoap_secure.h164 const uint8_t *aX509Cert,