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

#include <ec_commands.h>

Collaboration diagram for ec_response_vboot_hash:
Collaboration graph

Data Fields

uint8_t status
 
uint8_t hash_type
 
uint8_t digest_size
 
uint8_t reserved0
 
uint32_t offset
 
uint32_t size
 
uint8_t hash_digest [64]
 

Detailed Description

Definition at line 2478 of file ec_commands.h.

Field Documentation

◆ digest_size

uint8_t ec_response_vboot_hash::digest_size

Definition at line 2481 of file ec_commands.h.

Referenced by ec_hash_image().

◆ hash_digest

uint8_t ec_response_vboot_hash::hash_digest[64]

Definition at line 2485 of file ec_commands.h.

Referenced by ec_hash_image().

◆ hash_type

uint8_t ec_response_vboot_hash::hash_type

Definition at line 2480 of file ec_commands.h.

Referenced by ec_hash_image().

◆ offset

uint32_t ec_response_vboot_hash::offset

Definition at line 2483 of file ec_commands.h.

◆ reserved0

uint8_t ec_response_vboot_hash::reserved0

Definition at line 2482 of file ec_commands.h.

◆ size

uint32_t ec_response_vboot_hash::size

Definition at line 2484 of file ec_commands.h.

Referenced by ec_hash_image().

◆ status

uint8_t ec_response_vboot_hash::status

Definition at line 2479 of file ec_commands.h.

Referenced by ec_hash_image().


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