Software APIs
Data Fields
sigverify_rom_rsa_key Union Reference

Union type to inspect the common initial sequence of RSA public keys stored in ROM. More...

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

Data Fields

sigverify_rom_key_header_t key_header
 Common initial sequence.
 
sigverify_rom_rsa_key_entry_t entry
 Actual RSA public key entry.
 

Detailed Description

Union type to inspect the common initial sequence of RSA public keys stored in ROM.

Definition at line 202 of file sigverify_key_types.h.

Field Documentation

◆ entry

sigverify_rom_rsa_key_entry_t sigverify_rom_rsa_key::entry

Actual RSA public key entry.

Definition at line 210 of file sigverify_key_types.h.

◆ key_header

sigverify_rom_key_header_t sigverify_rom_rsa_key::key_header

Common initial sequence.

Definition at line 206 of file sigverify_key_types.h.