Home
last modified time | relevance | path

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

/openthread-2.7.6/tests/unit/
Dtest_ecdsa.cpp93 DumpBuffer("KeyPair", keyPair.GetDerBytes(), keyPair.GetDerLength()); in TestEcdsaVector()
148 DumpBuffer("KeyPair", keyPair.GetDerBytes(), keyPair.GetDerLength()); in TestEdsaKeyGenerationSignAndVerify()
/openthread-2.7.6/src/core/crypto/
Decdsa.hpp179 uint8_t GetDerLength(void) const { return mDerLength; } in GetDerLength() function in ot::Crypto::Ecdsa::P256::KeyPair