Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/platform/
Dcrypto.h180 struct otPlatCryptoEcdsaPublicKey struct
185 typedef struct otPlatCryptoEcdsaPublicKey otPlatCryptoEcdsaPublicKey; argument
569 …ptoEcdsaGetPublicKey(const otPlatCryptoEcdsaKeyPair *aKeyPair, otPlatCryptoEcdsaPublicKey *aPublic…
605 otError otPlatCryptoEcdsaVerify(const otPlatCryptoEcdsaPublicKey *aPublicKey,
648 otError otPlatCryptoEcdsaExportPublicKey(otCryptoKeyRef aKeyRef, otPlatCryptoEcdsaPublicKey *aPubli…
/openthread-latest/src/core/crypto/
Decdsa.hpp297 class PublicKey : public otPlatCryptoEcdsaPublicKey, public Equatable<PublicKey>
342 DefineCoreType(otPlatCryptoEcdsaPublicKey, Crypto::Ecdsa::P256::PublicKey);
Dcrypto_platform.cpp524 otPlatCryptoEcdsaPublicKey *aPublicKey) in otPlatCryptoEcdsaGetPublicKey()
618 OT_TOOL_WEAK otError otPlatCryptoEcdsaVerify(const otPlatCryptoEcdsaPublicKey *aPublicKey, in otPlatCryptoEcdsaVerify()
766 otPlatCryptoEcdsaPublicKey *aPublicKey) in otPlatCryptoEcdsaGetPublicKey()
785 OT_TOOL_WEAK otError otPlatCryptoEcdsaVerify(const otPlatCryptoEcdsaPublicKey *aPublicKey, in otPlatCryptoEcdsaVerify()
/openthread-latest/examples/platforms/simulation/
Dcrypto.c91 otError otPlatCryptoEcdsaExportPublicKey(otCryptoKeyRef aKeyRef, otPlatCryptoEcdsaPublicKey *aPubli… in otPlatCryptoEcdsaExportPublicKey()
/openthread-latest/tests/unit/
Dtest_platform.cpp545 otError otPlatCryptoEcdsaExportPublicKey(otCryptoKeyRef aKeyRef, otPlatCryptoEcdsaPublicKey *aPubli… in otPlatCryptoEcdsaExportPublicKey()