coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ec_response_rwsig_info Struct Reference

#include <ec_commands.h>

Collaboration diagram for ec_response_rwsig_info:
Collaboration graph

Data Fields

uint16_t sig_alg
 Signature algorithm used by the key (enum vb2_signature_algorithm). More...
 
uint16_t hash_alg
 Hash digest algorithm used with the key (enum vb2_hash_algorithm). More...
 
uint32_t key_version
 Key version. More...
 
uint8_t key_id [VBOOT2_KEY_ID_BYTES]
 Key ID (struct vb2_id). More...
 
uint8_t key_is_valid
 
uint8_t reserved [3]
 Alignment padding. More...
 

Detailed Description

Definition at line 1947 of file ec_commands.h.

Field Documentation

◆ hash_alg

uint16_t ec_response_rwsig_info::hash_alg

Hash digest algorithm used with the key (enum vb2_hash_algorithm).

Definition at line 1958 of file ec_commands.h.

◆ key_id

uint8_t ec_response_rwsig_info::key_id[VBOOT2_KEY_ID_BYTES]

Key ID (struct vb2_id).

Definition at line 1964 of file ec_commands.h.

◆ key_is_valid

uint8_t ec_response_rwsig_info::key_is_valid

Definition at line 1966 of file ec_commands.h.

◆ key_version

uint32_t ec_response_rwsig_info::key_version

Key version.

Definition at line 1961 of file ec_commands.h.

◆ reserved

uint8_t ec_response_rwsig_info::reserved[3]

Alignment padding.

Definition at line 1969 of file ec_commands.h.

◆ sig_alg

uint16_t ec_response_rwsig_info::sig_alg

Signature algorithm used by the key (enum vb2_signature_algorithm).

Definition at line 1952 of file ec_commands.h.


The documentation for this struct was generated from the following file: