Home
last modified time | relevance | path

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

/mcuboot-3.6.0/boot/zephyr/
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()
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-3.6.0/boot/boot_serial/src/
Dboot_serial_encryption.c239 static uint8_t tmpbuf[BOOT_TMPBUF_SZ]; in decrypt_image_inplace()
241 FIH_CALL(boot_image_validate_encrypted,fih_rc,fa_p,&_hdr,tmpbuf,BOOT_TMPBUF_SZ); in decrypt_image_inplace()
/mcuboot-3.6.0/boot/bootutil/src/
Dbootutil_priv.h52 #define BOOT_TMPBUF_SZ 256 macro
Dloader.c496 TARGET_STATIC uint8_t tmpbuf[BOOT_TMPBUF_SZ]; in boot_image_check()
525 hdr, fap, tmpbuf, BOOT_TMPBUF_SZ, NULL, 0, NULL); in boot_image_check()
542 tmpbuf = malloc(BOOT_TMPBUF_SZ); in split_image_check()
549 tmpbuf, BOOT_TMPBUF_SZ, NULL, 0, loader_hash); in split_image_check()
555 tmpbuf, BOOT_TMPBUF_SZ, loader_hash, 32, NULL); in split_image_check()