Home
last modified time | relevance | path

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

/openthread-2.7.6/tests/unit/
Dtest_ecdsa.cpp95 SuccessOrQuit(keyPair.GetPublicKey(publicKey)); in TestEcdsaVector()
150 SuccessOrQuit(keyPair.GetPublicKey(publicKey)); in TestEdsaKeyGenerationSignAndVerify()
/openthread-2.7.6/src/core/crypto/
Decdsa.hpp161 Error GetPublicKey(PublicKey &aPublicKey) const;
Decdsa.cpp95 Error P256::KeyPair::GetPublicKey(PublicKey &aPublicKey) const in GetPublicKey() function in ot::Crypto::Ecdsa::P256::KeyPair
/openthread-2.7.6/src/core/net/
Dsrp_client.cpp804 if (aKeyPair.GetPublicKey(publicKey) == kErrorNone) in ReadOrGenerateKey()
1001 SuccessOrExit(error = aInfo.mKeyPair.GetPublicKey(publicKey)); in AppendKeyRecord()