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. | |
Region of an image that should be included in the digest computation.
Definition at line 361 of file manifest.h.
| size_t manifest_digest_region::length |
Length of the region in bytes.
Definition at line 369 of file manifest.h.
| const void* manifest_digest_region::start |
Start of the region.
Definition at line 365 of file manifest.h.