Searched refs:BOOT_TMPBUF_SZ (Results 1 – 5 of 5) sorted by relevance
/mcuboot-3.6.0/boot/zephyr/ |
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()
|
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-3.6.0/boot/boot_serial/src/ |
D | boot_serial_encryption.c | 239 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/ |
D | bootutil_priv.h | 52 #define BOOT_TMPBUF_SZ 256 macro
|
D | loader.c | 496 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()
|