Defines a grouping of certificates onto a single flash info page.
More...
#include <sw/device/silicon_creator/lib/cert/cert.h>
|
| bool | used |
| | Boolean to indicate if this layout configuration is used by the personalization firmware. More...
|
| |
|
char * | group_name |
| | A name string for the group of certificates (e.g., "DICE").
|
| |
|
const flash_ctrl_info_page_t * | info_page |
| | The flash info page a set of certificates will be written too.
|
| |
|
size_t | num_certs |
| | The number of certificates that will be written to the flash info page.
|
| |
Defines a grouping of certificates onto a single flash info page.
Definition at line 78 of file cert.h.
◆ group_name
| char* cert_flash_info_layout::group_name |
A name string for the group of certificates (e.g., "DICE").
Definition at line 88 of file cert.h.
◆ info_page
The flash info page a set of certificates will be written too.
Definition at line 92 of file cert.h.
◆ num_certs
| size_t cert_flash_info_layout::num_certs |
The number of certificates that will be written to the flash info page.
Definition at line 96 of file cert.h.
◆ used
| bool cert_flash_info_layout::used |
Boolean to indicate if this layout configuration is used by the personalization firmware.
This enables supporting personalization firmware extensions.
Definition at line 84 of file cert.h.