Searched refs:tmpbuf (Results 1 – 6 of 6) sorted by relevance
/mcuboot-latest/boot/zephyr/ |
D | single_loader.c | 36 static uint8_t tmpbuf[BOOT_TMPBUF_SZ]; in boot_image_validate() local 54 FIH_CALL(bootutil_img_validate, fih_rc, NULL, 0, hdr, fa_p, tmpbuf, in boot_image_validate()
|
D | firmware_loader.c | 40 static uint8_t tmpbuf[BOOT_TMPBUF_SZ]; in boot_image_validate() local 58 FIH_CALL(bootutil_img_validate, fih_rc, NULL, 0, hdr, fa_p, tmpbuf, in boot_image_validate()
|
/mcuboot-latest/boot/mynewt/src/ |
D | single_loader.c | 36 static uint8_t tmpbuf[BOOT_TMPBUF_SZ]; in boot_image_validate() local 54 FIH_CALL(bootutil_img_validate, fih_rc, NULL, 0, hdr, fa_p, tmpbuf, in boot_image_validate()
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial.c | 280 uint8_t tmpbuf[64]; in bs_list() local 312 &hdr, tmpbuf, sizeof(tmpbuf)); in bs_list() 326 fap, tmpbuf, sizeof(tmpbuf), NULL, 0, NULL); in bs_list() 416 bs_list_img_ver((char *)tmpbuf, sizeof(tmpbuf), &hdr.ih_ver); in bs_list() 418 zcbor_tstr_encode_ptr(cbor_state, (char *)tmpbuf, strlen((char *)tmpbuf)); in bs_list() 484 uint8_t tmpbuf[64]; in bs_set() local 511 &hdr, tmpbuf, sizeof(tmpbuf)); in bs_set() 515 fap, tmpbuf, sizeof(tmpbuf), NULL, 0, NULL); in bs_set()
|
D | boot_serial_encryption.c | 232 static uint8_t tmpbuf[BOOT_TMPBUF_SZ]; in decrypt_image_inplace() 234 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 | 827 TARGET_STATIC uint8_t tmpbuf[BOOT_TMPBUF_SZ]; in boot_image_check() local 853 BOOT_CURR_IMG(state), hdr, fap, tmpbuf, BOOT_TMPBUF_SZ, in boot_image_check() 866 static void *tmpbuf; in split_image_check() local 870 if (!tmpbuf) { in split_image_check() 871 tmpbuf = malloc(BOOT_TMPBUF_SZ); in split_image_check() 872 if (!tmpbuf) { in split_image_check() 878 tmpbuf, BOOT_TMPBUF_SZ, NULL, 0, loader_hash); in split_image_check() 884 tmpbuf, BOOT_TMPBUF_SZ, loader_hash, 32, NULL); in split_image_check()
|