Home
last modified time | relevance | path

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

/mcuboot-2.7.6/boot/cypress/MCUBootApp/
Dkeys.c165 const int bootutil_key_cnt = 1; variable
175 const int bootutil_key_cnt = 1; variable
/mcuboot-2.7.6/boot/zephyr/
Dkeys.c66 const int bootutil_key_cnt = 1; variable
76 const int bootutil_key_cnt = 1; variable
/mcuboot-2.7.6/testplan/mynewt/keys/ec/src/
Dkeys.c18 const int bootutil_key_cnt = 1; variable
/mcuboot-2.7.6/testplan/mynewt/keys/ec256/src/
Dkeys.c19 const int bootutil_key_cnt = 1; variable
/mcuboot-2.7.6/testplan/mynewt/keys/rsa/src/
Dkeys.c34 const int bootutil_key_cnt = 1; variable
/mcuboot-2.7.6/boot/bootutil/include/bootutil/
Dsign_key.h62 extern const int bootutil_key_cnt;
/mcuboot-2.7.6/boot/mbed/
Dapp_enc_keys.c56 const int bootutil_key_cnt = 1; variable
/mcuboot-2.7.6/sim/mcuboot-sys/csupport/
Dkeys.c145 const int bootutil_key_cnt = 1; variable
/mcuboot-2.7.6/boot/bootutil/src/
Dimage_validate.c213 for (i = 0; i < bootutil_key_cnt; i++) { in bootutil_find_key()
448 if (key_id < 0 || key_id >= bootutil_key_cnt) { in bootutil_img_validate()