Home
last modified time | relevance | path

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

/mcuboot-3.6.0/boot/bootutil/src/
Dcaps.c28 #if MCUBOOT_SIGN_RSA_LEN == 2048 in bootutil_get_caps()
31 #if MCUBOOT_SIGN_RSA_LEN == 3072 in bootutil_get_caps()
Dimage_validate.c181 # if MCUBOOT_SIGN_RSA_LEN == 2048
183 # elif MCUBOOT_SIGN_RSA_LEN == 3072
188 # define SIG_BUF_SIZE (MCUBOOT_SIGN_RSA_LEN / 8)
Dimage_rsa.c56 #define PSS_EMLEN (MCUBOOT_SIGN_RSA_LEN / 8)
/mcuboot-3.6.0/sim/mcuboot-sys/csupport/
Dkeys.c25 #if MCUBOOT_SIGN_RSA_LEN == 2048
53 #elif MCUBOOT_SIGN_RSA_LEN == 3072
/mcuboot-3.6.0/boot/espressif/hal/include/mcuboot_config/
Dmcuboot_config.h24 # define MCUBOOT_SIGN_RSA_LEN CONFIG_ESP_SIGN_RSA_LEN macro
/mcuboot-3.6.0/boot/mbed/include/mcuboot_config/
Dmcuboot_config.h32 # define MCUBOOT_SIGN_RSA_LEN MCUBOOT_RSA_SIGNATURE_LENGTH macro
/mcuboot-3.6.0/boot/mynewt/mcuboot_config/include/mcuboot_config/
Dmcuboot_config.h52 #define MCUBOOT_SIGN_RSA_LEN MYNEWT_VAL(BOOTUTIL_SIGN_RSA_LEN) macro
/mcuboot-3.6.0/boot/zephyr/include/mcuboot_config/
Dmcuboot_config.h21 # define MCUBOOT_SIGN_RSA_LEN CONFIG_BOOT_SIGNATURE_TYPE_RSA_LEN macro