Home
last modified time | relevance | path

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

/external/openthread/src/core/api/
Dcoap_secure_api.cpp57 const uint8_t *aPrivateKey, in otCoapSecureSetCertificate() argument
60 …OT_ASSERT(aX509Cert != nullptr && aX509Length != 0 && aPrivateKey != nullptr && aPrivateKeyLength … in otCoapSecureSetCertificate()
62 …sCoreType(aInstance).GetApplicationCoapSecure().SetCertificate(aX509Cert, aX509Length, aPrivateKey, in otCoapSecureSetCertificate()
Dcrypto_api.cpp95 const uint8_t *aPrivateKey, in otCryptoEcdsaSign() argument
98 …return Ecdsa::Sign(aOutput, *aOutputLength, aInputHash, aInputHashLength, aPrivateKey, aPrivateKey… in otCryptoEcdsaSign()
/external/openthread/src/core/coap/
Dcoap_secure.hpp220 const uint8_t *aPrivateKey, in SetCertificate() argument
223 mDtls.SetCertificate(aX509Cert, aX509Length, aPrivateKey, aPrivateKeyLength); in SetCertificate()
/external/openthread/src/core/crypto/
Decdsa.cpp215 const uint8_t *aPrivateKey, in Sign() argument
232 …VerifyOrExit(mbedtls_pk_parse_key(&pkCtx, aPrivateKey, aPrivateKeyLength, nullptr, 0, MbedTls::Cry… in Sign()
236 VerifyOrExit(mbedtls_pk_parse_key(&pkCtx, aPrivateKey, aPrivateKeyLength, nullptr, 0) == 0, in Sign()
Decdsa_tinycrypt.cpp173 const uint8_t *aPrivateKey, in Sign() argument
184 VerifyOrExit(mbedtls_pk_parse_key(&pkCtx, aPrivateKey, aPrivateKeyLength, nullptr, 0) == 0, in Sign()
Decdsa.hpp285 const uint8_t *aPrivateKey,
/external/openthread/include/openthread/
Dcrypto.h139 const uint8_t *aPrivateKey,
Dcoap_secure.h166 const uint8_t *aPrivateKey,
/external/openthread/src/core/meshcop/
Ddtls.cpp484 const uint8_t *aPrivateKey, in SetCertificate() argument
491 OT_ASSERT(aPrivateKey != nullptr); in SetCertificate()
495 mPrivateKeySrc = aPrivateKey; in SetCertificate()
Ddtls.hpp246 const uint8_t *aPrivateKey,