|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
Expected staged identity retained during validation.
Definition at line 37 of file mdl_storage.c.
| uint8_t* staged_identity_t::buffer |
Caller-owned scratch.
Definition at line 40 of file mdl_storage.c.
Referenced by internal_validate_stage().
| uint32_t staged_identity_t::buffer_bytes |
Scratch extent.
Definition at line 41 of file mdl_storage.c.
Referenced by internal_validate_stage().
| uint64_t staged_identity_t::hash |
| uint64_t staged_identity_t::size_bytes |
Exact staged length.
Definition at line 38 of file mdl_storage.c.
Referenced by internal_validate_stage().