Searched refs:BOOT_TMPBUF_SZ (Results 1 – 7 of 7) sorted by relevance
/mcuboot-latest/samples/runtime-source/zephyr/hooks/ |
D | hooks.c | 14 #define BOOT_TMPBUF_SZ 256 macro 17 static uint8_t tmpbuf[BOOT_TMPBUF_SZ]; 83 BOOT_TMPBUF_SZ, NULL, 0, NULL); in boot_go_hook()
|
/mcuboot-latest/boot/mynewt/src/ |
D | single_loader.c | 36 static uint8_t tmpbuf[BOOT_TMPBUF_SZ]; in boot_image_validate() 55 BOOT_TMPBUF_SZ, NULL, 0, NULL); in boot_image_validate()
|
/mcuboot-latest/boot/zephyr/ |
D | single_loader.c | 44 static uint8_t tmpbuf[BOOT_TMPBUF_SZ]; in boot_image_validate() 63 BOOT_TMPBUF_SZ, NULL, 0, NULL); in boot_image_validate()
|
D | firmware_loader.c | 40 static uint8_t tmpbuf[BOOT_TMPBUF_SZ]; in boot_image_validate() 59 BOOT_TMPBUF_SZ, NULL, 0, NULL); in boot_image_validate()
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial_encryption.c | 243 static uint8_t tmpbuf[BOOT_TMPBUF_SZ]; in decrypt_image_inplace() 245 FIH_CALL(boot_image_validate_encrypted,fih_rc,fa_p,&_hdr,tmpbuf,BOOT_TMPBUF_SZ); in decrypt_image_inplace()
|
/mcuboot-latest/boot/bootutil/src/ |
D | loader.c | 784 TARGET_STATIC uint8_t tmpbuf[BOOT_TMPBUF_SZ]; in boot_image_check() 815 FIH_CALL(bootutil_img_validate, fih_rc, state, hdr, fap, tmpbuf, BOOT_TMPBUF_SZ, in boot_image_check() 818 FIH_CALL(bootutil_img_validate, fih_rc, state, hdr, fap, tmpbuf, BOOT_TMPBUF_SZ, in boot_image_check() 837 tmpbuf = malloc(BOOT_TMPBUF_SZ); in split_image_check() 845 tmpbuf, BOOT_TMPBUF_SZ, NULL, 0, loader_hash, 0); in split_image_check() 848 tmpbuf, BOOT_TMPBUF_SZ, NULL, 0, loader_hash); in split_image_check() 856 tmpbuf, BOOT_TMPBUF_SZ, loader_hash, 32, NULL, 0); in split_image_check() 859 tmpbuf, BOOT_TMPBUF_SZ, loader_hash, 32, NULL); in split_image_check()
|
D | bootutil_priv.h | 52 #define BOOT_TMPBUF_SZ 256 macro
|