Searched refs:aPublicKey (Results 1 – 5 of 5) sorted by relevance
/openthread-3.6.0/src/core/crypto/ |
D | ecdsa.hpp | 154 …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()
|
D | crypto_platform.cpp | 524 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/ |
D | crypto.c | 91 …or otPlatCryptoEcdsaExportPublicKey(otCryptoKeyRef aKeyRef, otPlatCryptoEcdsaPublicKey *aPublicKey) in otPlatCryptoEcdsaExportPublicKey() argument 94 OT_UNUSED_VARIABLE(aPublicKey); in otPlatCryptoEcdsaExportPublicKey()
|
/openthread-3.6.0/include/openthread/platform/ |
D | crypto.h | 614 …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/ |
D | test_platform.cpp | 518 …or otPlatCryptoEcdsaExportPublicKey(otCryptoKeyRef aKeyRef, otPlatCryptoEcdsaPublicKey *aPublicKey) in otPlatCryptoEcdsaExportPublicKey() argument 521 OT_UNUSED_VARIABLE(aPublicKey); in otPlatCryptoEcdsaExportPublicKey()
|