Home
last modified time | relevance | path

Searched refs:GetPublicKey (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/crypto/
Decdsa.hpp144 …Error GetPublicKey(PublicKey &aPublicKey) const { return otPlatCryptoEcdsaGetPublicKey(this, &aPub… in GetPublicKey() function in ot::Crypto::Ecdsa::P256::KeyPair
248 Error GetPublicKey(PublicKey &aPublicKey) const in GetPublicKey() function in ot::Crypto::Ecdsa::P256::KeyPairAsRef
/openthread-latest/tests/unit/
Dtest_ecdsa.cpp97 SuccessOrQuit(keyPair.GetPublicKey(publicKey)); in TestEcdsaVector()
154 SuccessOrQuit(keyPair.GetPublicKey(publicKey)); in TestEcdsaKeyGenerationSignAndVerify()
/openthread-latest/src/core/net/
Dsrp_client.cpp1195 if (aKeyInfo.GetPublicKey(publicKey) == kErrorNone) in ReadOrGenerateKey()
1585 SuccessOrExit(error = aInfo.mKeyInfo.GetPublicKey(publicKey)); in AppendKeyRecord()