Searched refs:SIG_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
237 # define SIG_BUF_SIZE (MCUBOOT_SIGN_RSA_LEN / 8) macro238 # define EXPECTED_SIG_LEN(x) ((x) == SIG_BUF_SIZE) /* 2048 bits */243 # define SIG_BUF_SIZE 128 macro247 # define SIG_BUF_SIZE 64 macro248 # define EXPECTED_SIG_LEN(x) ((x) == SIG_BUF_SIZE)250 # define SIG_BUF_SIZE 32 /* no signing, sha256 digest only */ macro271 # define KEY_BUF_SIZE (SIG_BUF_SIZE + 24)508 uint8_t buf[SIG_BUF_SIZE]; in bootutil_img_validate()