Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dimage_ed25519.c23 #define NUM_ED25519_BYTES 32 macro
61 if (len != NUM_ED25519_BYTES) { in bootutil_import_key()