Searched refs:aX509Cert (Results 1 – 6 of 6) sorted by relevance
/openthread-3.6.0/src/core/api/ |
D | ble_secure_api.cpp | 125 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()
|
D | coap_secure_api.cpp | 55 const uint8_t *aX509Cert, in otCoapSecureSetCertificate() argument 60 …AsCoreType(aInstance).GetApplicationCoapSecure().SetCertificate(aX509Cert, aX509Length, aPrivateKe… in otCoapSecureSetCertificate()
|
/openthread-3.6.0/src/core/coap/ |
D | coap_secure.hpp | 218 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/ |
D | ble_secure.hpp | 226 void SetCertificate(const uint8_t *aX509Cert, in SetCertificate() argument 231 mTls.SetCertificate(aX509Cert, aX509Length, aPrivateKey, aPrivateKeyLength); in SetCertificate()
|
/openthread-3.6.0/include/openthread/ |
D | ble_secure.h | 285 const uint8_t *aX509Cert,
|
D | coap_secure.h | 164 const uint8_t *aX509Cert,
|