iPXE
Data Fields
tdTCG_PCR_EVENT Struct Reference

Event Log Entry Structure Definition. More...

#include <UefiTcgPlatform.h>

Data Fields

TCG_PCRINDEX PCRIndex
 PCRIndex event extended to. More...
 
TCG_EVENTTYPE EventType
 TCG EFI event type. More...
 
TCG_DIGEST Digest
 Value extended into PCRIndex. More...
 
UINT32 EventSize
 Size of the event data. More...
 
UINT8 Event [1]
 The event data. More...
 

Detailed Description

Event Log Entry Structure Definition.

Definition at line 105 of file UefiTcgPlatform.h.

Field Documentation

◆ PCRIndex

TCG_PCRINDEX tdTCG_PCR_EVENT::PCRIndex

PCRIndex event extended to.

Definition at line 106 of file UefiTcgPlatform.h.

◆ EventType

TCG_EVENTTYPE tdTCG_PCR_EVENT::EventType

TCG EFI event type.

Definition at line 107 of file UefiTcgPlatform.h.

◆ Digest

TCG_DIGEST tdTCG_PCR_EVENT::Digest

Value extended into PCRIndex.

Definition at line 108 of file UefiTcgPlatform.h.

◆ EventSize

UINT32 tdTCG_PCR_EVENT::EventSize

Size of the event data.

Definition at line 109 of file UefiTcgPlatform.h.

◆ Event

UINT8 tdTCG_PCR_EVENT::Event[1]

The event data.

Definition at line 110 of file UefiTcgPlatform.h.


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