ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
staged_identity_t Struct Reference

Expected staged identity retained during validation. More...

Data Fields

uint64_t size_bytes
 Exact staged length.
uint64_t hash
 FNV identity.
uint8_t * buffer
 Caller-owned scratch.
uint32_t buffer_bytes
 Scratch extent.

Detailed Description

Expected staged identity retained during validation.

Definition at line 37 of file mdl_storage.c.

Field Documentation

◆ buffer

uint8_t* staged_identity_t::buffer

Caller-owned scratch.

Definition at line 40 of file mdl_storage.c.

Referenced by internal_validate_stage().

◆ buffer_bytes

uint32_t staged_identity_t::buffer_bytes

Scratch extent.

Definition at line 41 of file mdl_storage.c.

Referenced by internal_validate_stage().

◆ hash

uint64_t staged_identity_t::hash

FNV identity.

Definition at line 39 of file mdl_storage.c.

Referenced by internal_validate_stage().

◆ size_bytes

uint64_t staged_identity_t::size_bytes

Exact staged length.

Definition at line 38 of file mdl_storage.c.

Referenced by internal_validate_stage().


The documentation for this struct was generated from the following file: