Searched refs:aPrivateKey (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/src/core/api/ |
D | ble_secure_api.cpp | 138 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()
|
D | coap_secure_api.cpp | 73 const uint8_t *aPrivateKey, in otCoapSecureSetCertificate() argument 76 …sCoreType(aInstance).GetApplicationCoapSecure().SetCertificate(aX509Cert, aX509Length, aPrivateKey, in otCoapSecureSetCertificate()
|
/openthread-latest/include/openthread/ |
D | ble_secure.h | 283 const uint8_t *aPrivateKey,
|
D | coap_secure.h | 197 const uint8_t *aPrivateKey,
|
/openthread-latest/src/core/meshcop/ |
D | secure_transport.cpp | 1142 const uint8_t *aPrivateKey, in SetCertificate() argument 1149 OT_ASSERT(aPrivateKey != nullptr); in SetCertificate() 1153 mEcdheEcdsaInfo.mPrivateKeySrc = aPrivateKey; in SetCertificate()
|
D | secure_transport.hpp | 398 const uint8_t *aPrivateKey,
|