Searched refs:image_hash (Results 1 – 4 of 4) sorted by relevance
137 uint8_t image_hash[IMAGE_HASH_SIZE]; in boot_save_boot_status() local180 if (len > sizeof(image_hash)) { in boot_save_boot_status()183 rc = flash_area_read(fap, offset, image_hash, len); in boot_save_boot_status()206 if (record_len < sizeof(image_hash)) { in boot_save_boot_status()218 offset = record_len - sizeof(image_hash); in boot_save_boot_status()222 memcpy(buf + offset, image_hash, sizeof(image_hash)); in boot_save_boot_status()
182 elif tlv.it_type == TLV_VALUES['SHA256'] and args.image_hash:
269 self.image_hash = None614 self.image_hash = digest
552 compression_tlvs["DECOMP_SHA"] = img.image_hash