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

#include <ec_commands.h>

Collaboration diagram for ec_fp_template_encryption_metadata:
Collaboration graph

Data Fields

uint16_t struct_version
 
uint16_t reserved
 
uint8_t nonce [FP_CONTEXT_NONCE_BYTES]
 
uint8_t encryption_salt [FP_CONTEXT_ENCRYPTION_SALT_BYTES]
 
uint8_t tag [FP_CONTEXT_TAG_BYTES]
 

Detailed Description

Definition at line 7225 of file ec_commands.h.

Field Documentation

◆ encryption_salt

uint8_t ec_fp_template_encryption_metadata::encryption_salt[FP_CONTEXT_ENCRYPTION_SALT_BYTES]

Definition at line 7237 of file ec_commands.h.

◆ nonce

uint8_t ec_fp_template_encryption_metadata::nonce[FP_CONTEXT_NONCE_BYTES]

Definition at line 7236 of file ec_commands.h.

◆ reserved

uint16_t ec_fp_template_encryption_metadata::reserved

Definition at line 7231 of file ec_commands.h.

◆ struct_version

uint16_t ec_fp_template_encryption_metadata::struct_version

Definition at line 7229 of file ec_commands.h.

◆ tag

uint8_t ec_fp_template_encryption_metadata::tag[FP_CONTEXT_TAG_BYTES]

Definition at line 7238 of file ec_commands.h.


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