Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/platform/
Dcrypto.h206 #define OT_CRYPTO_ECDSA_SIGNATURE_SIZE 64 macro
220 uint8_t m8[OT_CRYPTO_ECDSA_SIGNATURE_SIZE];
/openthread-3.6.0/src/core/crypto/
Decdsa.hpp102 … static constexpr uint8_t kSize = OT_CRYPTO_ECDSA_SIGNATURE_SIZE; ///< Signature size in bytes.