Home
last modified time | relevance | path

Searched refs:IMAGE_TLV_SHA256 (Results 1 – 4 of 4) sorted by relevance

/mcuboot-3.4.0/boot/bootutil/include/bootutil/
Dimage.h86 #define IMAGE_TLV_SHA256 0x10 /* SHA256 of image hdr and body */ macro
/mcuboot-3.4.0/boot/bootutil/src/
Dboot_record.c173 } else if (type == IMAGE_TLV_SHA256) { in boot_save_boot_status()
Dimage_validate.c392 if (type == IMAGE_TLV_SHA256) { in bootutil_img_validate()
/mcuboot-3.4.0/boot/boot_serial/src/
Dboot_serial.c1275 if (type == IMAGE_TLV_SHA256) { in boot_serial_get_hash()