Home
last modified time | relevance | path

Searched refs:GetDerBytes (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/crypto/
Decdsa.hpp153 const uint8_t *GetDerBytes(void) const { return mDerBytes; } in GetDerBytes() function in ot::Crypto::Ecdsa::P256::KeyPair
171 uint8_t *GetDerBytes(void) { return mDerBytes; } in GetDerBytes() function in ot::Crypto::Ecdsa::P256::KeyPair
236 Storage::kTypePersistent, aKeyPair.GetDerBytes(), in ImportKeyPair()
/openthread-latest/tests/unit/
Dtest_ecdsa.cpp92 memcpy(keyPair.GetDerBytes(), kKeyPairInfo, sizeof(kKeyPairInfo)); in TestEcdsaVector()
95 DumpBuffer("KeyPair", keyPair.GetDerBytes(), keyPair.GetDerLength()); in TestEcdsaVector()
152 DumpBuffer("KeyPair", keyPair.GetDerBytes(), keyPair.GetDerLength()); in TestEcdsaKeyGenerationSignAndVerify()