Home
last modified time | relevance | path

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

/mcuboot-latest/samples/runtime-source/zephyr/hooks/
Dhooks.c14 #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/
Dsingle_loader.c36 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/
Dsingle_loader.c44 static uint8_t tmpbuf[BOOT_TMPBUF_SZ]; in boot_image_validate()
63 BOOT_TMPBUF_SZ, NULL, 0, NULL); in boot_image_validate()
Dfirmware_loader.c40 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/
Dboot_serial_encryption.c243 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/
Dloader.c784 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()
Dbootutil_priv.h52 #define BOOT_TMPBUF_SZ 256 macro