coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
tcpa_log_serialized.h File Reference
#include <stdint.h>
Include dependency graph for tcpa_log_serialized.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  tcpa_entry
 
struct  tcpa_table
 

Macros

#define MAX_TCPA_LOG_ENTRIES   50
 
#define TCPA_DIGEST_MAX_LENGTH   64
 
#define TCPA_PCR_HASH_NAME   50
 
#define TCPA_PCR_HASH_LEN   10
 
#define MAX_PRERAM_TCPA_LOG_ENTRIES   15
 

Variables

struct tcpa_entry __packed
 

Macro Definition Documentation

◆ MAX_PRERAM_TCPA_LOG_ENTRIES

#define MAX_PRERAM_TCPA_LOG_ENTRIES   15

Definition at line 13 of file tcpa_log_serialized.h.

◆ MAX_TCPA_LOG_ENTRIES

#define MAX_TCPA_LOG_ENTRIES   50

Definition at line 8 of file tcpa_log_serialized.h.

◆ TCPA_DIGEST_MAX_LENGTH

#define TCPA_DIGEST_MAX_LENGTH   64

Definition at line 9 of file tcpa_log_serialized.h.

◆ TCPA_PCR_HASH_LEN

#define TCPA_PCR_HASH_LEN   10

Definition at line 11 of file tcpa_log_serialized.h.

◆ TCPA_PCR_HASH_NAME

#define TCPA_PCR_HASH_NAME   50

Definition at line 10 of file tcpa_log_serialized.h.

Variable Documentation

◆ __packed