Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dimage_validate.c237 # define SIG_BUF_SIZE (MCUBOOT_SIGN_RSA_LEN / 8) macro
238 # define EXPECTED_SIG_LEN(x) ((x) == SIG_BUF_SIZE) /* 2048 bits */
243 # define SIG_BUF_SIZE 128 macro
247 # define SIG_BUF_SIZE 64 macro
248 # define EXPECTED_SIG_LEN(x) ((x) == SIG_BUF_SIZE)
250 # define SIG_BUF_SIZE 32 /* no signing, sha256 digest only */ macro
271 # define KEY_BUF_SIZE (SIG_BUF_SIZE + 24)
508 uint8_t buf[SIG_BUF_SIZE]; in bootutil_img_validate()