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

#include <ec_commands.h>

Collaboration diagram for ec_params_vboot_hash:
Collaboration graph

Data Fields

uint8_t cmd
 
uint8_t hash_type
 
uint8_t nonce_size
 
uint8_t reserved0
 
uint32_t offset
 
uint32_t size
 
uint8_t nonce_data [64]
 

Detailed Description

Definition at line 2468 of file ec_commands.h.

Field Documentation

◆ cmd

uint8_t ec_params_vboot_hash::cmd

Definition at line 2469 of file ec_commands.h.

◆ hash_type

uint8_t ec_params_vboot_hash::hash_type

Definition at line 2470 of file ec_commands.h.

Referenced by google_chromeec_start_vboot_hash().

◆ nonce_data

uint8_t ec_params_vboot_hash::nonce_data[64]

Definition at line 2475 of file ec_commands.h.

◆ nonce_size

uint8_t ec_params_vboot_hash::nonce_size

Definition at line 2471 of file ec_commands.h.

◆ offset

uint32_t ec_params_vboot_hash::offset

Definition at line 2473 of file ec_commands.h.

◆ reserved0

uint8_t ec_params_vboot_hash::reserved0

Definition at line 2472 of file ec_commands.h.

◆ size

uint32_t ec_params_vboot_hash::size

Definition at line 2474 of file ec_commands.h.


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