Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/crypto/
Decdsa.hpp172 uint8_t GetDerLength(void) const { return mDerLength; } in GetDerLength() function in ot::Crypto::Ecdsa::P256::KeyPair
255 aKeyPair.GetDerLength()); in ImportKeyPair()
/openthread-3.4.0/tests/unit/
Dtest_ecdsa.cpp95 DumpBuffer("KeyPair", keyPair.GetDerBytes(), keyPair.GetDerLength()); in TestEcdsaVector()
152 DumpBuffer("KeyPair", keyPair.GetDerBytes(), keyPair.GetDerLength()); in TestEcdsaKeyGenerationSignAndVerify()