Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dble_secure_api.cpp138 const uint8_t *aPrivateKey, in otBleSecureSetCertificate() argument
141 …OT_ASSERT(aX509Cert != nullptr && aX509Length != 0 && aPrivateKey != nullptr && aPrivateKeyLength … in otBleSecureSetCertificate()
143 …AsCoreType(aInstance).Get<Ble::BleSecure>().SetCertificate(aX509Cert, aX509Length, aPrivateKey, aP… in otBleSecureSetCertificate()
Dcoap_secure_api.cpp73 const uint8_t *aPrivateKey, in otCoapSecureSetCertificate() argument
76 …sCoreType(aInstance).GetApplicationCoapSecure().SetCertificate(aX509Cert, aX509Length, aPrivateKey, in otCoapSecureSetCertificate()
/openthread-latest/include/openthread/
Dble_secure.h283 const uint8_t *aPrivateKey,
Dcoap_secure.h197 const uint8_t *aPrivateKey,
/openthread-latest/src/core/meshcop/
Dsecure_transport.cpp1142 const uint8_t *aPrivateKey, in SetCertificate() argument
1149 OT_ASSERT(aPrivateKey != nullptr); in SetCertificate()
1153 mEcdheEcdsaInfo.mPrivateKeySrc = aPrivateKey; in SetCertificate()
Dsecure_transport.hpp398 const uint8_t *aPrivateKey,