Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/platform/
Dcrypto.h190 #define OT_CRYPTO_ECDSA_SIGNATURE_SIZE 64 macro
203 uint8_t m8[OT_CRYPTO_ECDSA_SIGNATURE_SIZE];
/openthread-latest/src/core/crypto/
Decdsa.hpp98 … static constexpr uint8_t kSize = OT_CRYPTO_ECDSA_SIGNATURE_SIZE; ///< Signature size in bytes.