Software APIs
Data Fields
sigverify_rom_spx_key_entry Struct Reference

An SPX public key stored in ROM. More...

#include <sw/device/silicon_creator/rom/sigverify_key_types.h>

Data Fields

sigverify_key_type_t key_type
 Type of the key.
 
sigverify_spx_key_t key
 An SPX public key.
 
sigverify_spx_config_id_t config_id
 Parameter configuration ID for the SPX key.
 

Detailed Description

An SPX public key stored in ROM.

This struct must start with the common initial sequence sigverify_rom_key_header_t.

Definition at line 223 of file sigverify_key_types.h.

Field Documentation

◆ config_id

sigverify_spx_config_id_t sigverify_rom_spx_key_entry::config_id

Parameter configuration ID for the SPX key.

Definition at line 235 of file sigverify_key_types.h.

◆ key

sigverify_spx_key_t sigverify_rom_spx_key_entry::key

An SPX public key.

Definition at line 231 of file sigverify_key_types.h.

◆ key_type

sigverify_key_type_t sigverify_rom_spx_key_entry::key_type

Type of the key.

Definition at line 227 of file sigverify_key_types.h.