Software APIs
Data Fields
sigverify_rom_ecdsa_p256_key Union Reference

Union type to inspect the common initial sequence of ECDSA P256 public keys. 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_ecdsa_p256_key_entry_t entry
 Actual ECDSA P256 public key entry.
 

Detailed Description

Union type to inspect the common initial sequence of ECDSA P256 public keys.

Definition at line 157 of file sigverify_key_types.h.

Field Documentation

◆ entry

sigverify_rom_ecdsa_p256_key_entry_t sigverify_rom_ecdsa_p256_key::entry

Actual ECDSA P256 public key entry.

Definition at line 165 of file sigverify_key_types.h.

◆ key_header

sigverify_rom_key_header_t sigverify_rom_ecdsa_p256_key::key_header

Common initial sequence.

Definition at line 161 of file sigverify_key_types.h.