Home
last modified time | relevance | path

Searched defs:aKeyPair (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/crypto/
Dcrypto_platform.cpp496 OT_TOOL_WEAK otError otPlatCryptoEcdsaGenerateKey(otPlatCryptoEcdsaKeyPair *aKeyPair) in otPlatCryptoEcdsaGenerateKey()
523 OT_TOOL_WEAK otError otPlatCryptoEcdsaGetPublicKey(const otPlatCryptoEcdsaKeyPair *aKeyPair, in otPlatCryptoEcdsaGetPublicKey()
559 OT_TOOL_WEAK otError otPlatCryptoEcdsaSign(const otPlatCryptoEcdsaKeyPair *aKeyPair, in otPlatCryptoEcdsaSign()
758 OT_TOOL_WEAK otError otPlatCryptoEcdsaGenerateKey(otPlatCryptoEcdsaKeyPair *aKeyPair) in otPlatCryptoEcdsaGenerateKey()
765 OT_TOOL_WEAK otError otPlatCryptoEcdsaGetPublicKey(const otPlatCryptoEcdsaKeyPair *aKeyPair, in otPlatCryptoEcdsaGetPublicKey()
774 OT_TOOL_WEAK otError otPlatCryptoEcdsaSign(const otPlatCryptoEcdsaKeyPair *aKeyPair, in otPlatCryptoEcdsaSign()
Decdsa.hpp232 Error ImportKeyPair(const KeyPair &aKeyPair) in ImportKeyPair()