Home
last modified time | relevance | path

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

/openthread-latest/src/core/crypto/
Decdsa.hpp77 class KeyPair;
91 friend class KeyPair;
113 class KeyPair : public otPlatCryptoEcdsaKeyPair class in ot::Crypto::Ecdsa::P256
124 KeyPair(void) { mDerLength = 0; } in KeyPair() function in ot::Crypto::Ecdsa::P256::KeyPair
232 Error ImportKeyPair(const KeyPair &aKeyPair) in ImportKeyPair()
299 friend class KeyPair;
341 DefineCoreType(otPlatCryptoEcdsaKeyPair, Crypto::Ecdsa::P256::KeyPair);
/openthread-latest/tests/unit/
Dtest_ecdsa.cpp80 Ecdsa::P256::KeyPair keyPair; in TestEcdsaVector()
138 Ecdsa::P256::KeyPair keyPair; in TestEcdsaKeyGenerationSignAndVerify()
/openthread-latest/src/core/common/
Dsettings.hpp604 typedef Crypto::Ecdsa::P256::KeyPair ValueType; ///< The associated value type.
/openthread-latest/src/core/net/
Dsrp_client.hpp909 typedef Crypto::Ecdsa::P256::KeyPair KeyInfo;
Dsrp_client.cpp1164 Crypto::Ecdsa::P256::KeyPair keyPair; in ReadOrGenerateKey()