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

#include <ec_commands.h>

Collaboration diagram for ec_params_fp_seed:
Collaboration graph

Data Fields

uint16_t struct_version
 
uint16_t reserved
 
uint8_t seed [FP_CONTEXT_TPM_BYTES]
 

Detailed Description

Definition at line 7300 of file ec_commands.h.

Field Documentation

◆ reserved

uint16_t ec_params_fp_seed::reserved

Definition at line 7306 of file ec_commands.h.

◆ seed

uint8_t ec_params_fp_seed::seed[FP_CONTEXT_TPM_BYTES]

Definition at line 7308 of file ec_commands.h.

◆ struct_version

uint16_t ec_params_fp_seed::struct_version

Definition at line 7304 of file ec_commands.h.


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