Home
last modified time | relevance | path

Searched refs:hdr (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.4.0/bl2/src/
Dshared_data.c64 const struct image_header *hdr, in collect_image_measurement_and_metadata() argument
84 hdr->ih_ver.iv_major, in collect_image_measurement_and_metadata()
85 hdr->ih_ver.iv_minor, in collect_image_measurement_and_metadata()
86 hdr->ih_ver.iv_revision, in collect_image_measurement_and_metadata()
87 hdr->ih_ver.iv_build_num); in collect_image_measurement_and_metadata()
93 rc = bootutil_tlv_iter_begin(&it, hdr, fap, IMAGE_TLV_ANY, false); in collect_image_measurement_and_metadata()
111 rc = LOAD_IMAGE_DATA(hdr, fap, off, measurement_buf, len); in collect_image_measurement_and_metadata()
124 rc = LOAD_IMAGE_DATA(hdr, fap, off, key_buf, len); in collect_image_measurement_and_metadata()
143 rc = LOAD_IMAGE_DATA(hdr, fap, off, in collect_image_measurement_and_metadata()
167 int boot_save_shared_data(const struct image_header *hdr, in boot_save_shared_data() argument
[all …]
/trusted-firmware-m-3.4.0/platform/ext/target/arm/corstone1000/fw_update_agent/
Duefi_capsule_parser.c74 WIN_CERTIFICATE hdr; member
136 image_auth->auth_info.hdr.dwLength /* WIN_CERTIFICATE + cert_data */ + in uefi_capsule_retrieve_images()
/trusted-firmware-m-3.4.0/secure_fw/partitions/firmware_update/bootloader/mcuboot/
Dtfm_mcuboot_fwu.c209 struct image_header hdr; in fwu_bootloader_install_image() local
234 if (flash_area_read(fap, 0, &hdr, sizeof(hdr)) != 0) { in fwu_bootloader_install_image()
239 if (hdr.ih_magic != IMAGE_MAGIC) { in fwu_bootloader_install_image()
244 if (bootutil_tlv_iter_begin(&it, &hdr, fap, IMAGE_TLV_DEPENDENCY, true)) { in fwu_bootloader_install_image()