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

#include <tcpa_log_serialized.h>

Collaboration diagram for tcpa_entry:
Collaboration graph

Data Fields

uint32_t pcr
 
char digest_type [TCPA_PCR_HASH_LEN]
 
uint8_t digest [TCPA_DIGEST_MAX_LENGTH]
 
uint32_t digest_length
 
char name [TCPA_PCR_HASH_NAME]
 

Detailed Description

Definition at line 15 of file tcpa_log_serialized.h.

Field Documentation

◆ digest

◆ digest_length

uint32_t tcpa_entry::digest_length

Definition at line 19 of file tcpa_log_serialized.h.

Referenced by recover_tcpa_log(), tcpa_log_add_table_entry(), and tcpa_log_dump().

◆ digest_type

char tcpa_entry::digest_type[TCPA_PCR_HASH_LEN]

Definition at line 17 of file tcpa_log_serialized.h.

Referenced by recover_tcpa_log(), tcpa_log_add_table_entry(), and tcpa_log_dump().

◆ name

◆ pcr


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