Home
last modified time | relevance | path

Searched refs:aPublicKey (Results 1 – 5 of 5) sorted by relevance

/openthread-3.6.0/src/core/crypto/
Decdsa.hpp154 …Error GetPublicKey(PublicKey &aPublicKey) const { return otPlatCryptoEcdsaGetPublicKey(this, &aPub… in GetPublicKey()
267 Error GetPublicKey(PublicKey &aPublicKey) const in GetPublicKey()
269 return otPlatCryptoEcdsaExportPublicKey(mKeyRef, &aPublicKey); in GetPublicKey()
Dcrypto_platform.cpp524 otPlatCryptoEcdsaPublicKey *aPublicKey) in otPlatCryptoEcdsaGetPublicKey() argument
546 ret = mbedtls_mpi_write_binary(&keyPair->MBEDTLS_PRIVATE(Q).MBEDTLS_PRIVATE(X), aPublicKey->m8, in otPlatCryptoEcdsaGetPublicKey()
551 aPublicKey->m8 + Ecdsa::P256::kMpiSize, Ecdsa::P256::kMpiSize); in otPlatCryptoEcdsaGetPublicKey()
618 OT_TOOL_WEAK otError otPlatCryptoEcdsaVerify(const otPlatCryptoEcdsaPublicKey *aPublicKey, in otPlatCryptoEcdsaVerify() argument
635 …ret = mbedtls_mpi_read_binary(&ecdsa.MBEDTLS_PRIVATE(Q).MBEDTLS_PRIVATE(X), aPublicKey->m8, Ecdsa:… in otPlatCryptoEcdsaVerify()
637 …ret = mbedtls_mpi_read_binary(&ecdsa.MBEDTLS_PRIVATE(Q).MBEDTLS_PRIVATE(Y), aPublicKey->m8 + Ecdsa… in otPlatCryptoEcdsaVerify()
766 otPlatCryptoEcdsaPublicKey *aPublicKey) in otPlatCryptoEcdsaGetPublicKey() argument
769 OT_UNUSED_VARIABLE(aPublicKey); in otPlatCryptoEcdsaGetPublicKey()
785 OT_TOOL_WEAK otError otPlatCryptoEcdsaVerify(const otPlatCryptoEcdsaPublicKey *aPublicKey, in otPlatCryptoEcdsaVerify() argument
790 OT_UNUSED_VARIABLE(aPublicKey); in otPlatCryptoEcdsaVerify()
/openthread-3.6.0/examples/platforms/simulation/
Dcrypto.c91 …or otPlatCryptoEcdsaExportPublicKey(otCryptoKeyRef aKeyRef, otPlatCryptoEcdsaPublicKey *aPublicKey) in otPlatCryptoEcdsaExportPublicKey() argument
94 OT_UNUSED_VARIABLE(aPublicKey); in otPlatCryptoEcdsaExportPublicKey()
/openthread-3.6.0/include/openthread/platform/
Dcrypto.h614 …cdsaGetPublicKey(const otPlatCryptoEcdsaKeyPair *aKeyPair, otPlatCryptoEcdsaPublicKey *aPublicKey);
652 otError otPlatCryptoEcdsaVerify(const otPlatCryptoEcdsaPublicKey *aPublicKey,
697 …r otPlatCryptoEcdsaExportPublicKey(otCryptoKeyRef aKeyRef, otPlatCryptoEcdsaPublicKey *aPublicKey);
/openthread-3.6.0/tests/unit/
Dtest_platform.cpp518 …or otPlatCryptoEcdsaExportPublicKey(otCryptoKeyRef aKeyRef, otPlatCryptoEcdsaPublicKey *aPublicKey) in otPlatCryptoEcdsaExportPublicKey() argument
521 OT_UNUSED_VARIABLE(aPublicKey); in otPlatCryptoEcdsaExportPublicKey()