Software APIs
Data Fields
manifest_digest_region Struct Reference

Region of an image that should be included in the digest computation. More...

#include <sw/device/silicon_creator/lib/manifest.h>

Data Fields

const void * start
 Start of the region.
 
size_t length
 Length of the region in bytes.
 

Detailed Description

Region of an image that should be included in the digest computation.

Definition at line 361 of file manifest.h.

Field Documentation

◆ length

size_t manifest_digest_region::length

Length of the region in bytes.

Definition at line 369 of file manifest.h.

◆ start

const void* manifest_digest_region::start

Start of the region.

Definition at line 365 of file manifest.h.