TianoCore EDK2 master
Loading...
Searching...
No Matches
tdTCG_PCR_EVENT Struct Reference

#include <MdePkg/Include/IndustryStandard/UefiTcgPlatform.h>

Data Fields

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

Detailed Description

Event Log Entry Structure Definition

Definition at line 115 of file UefiTcgPlatform.h.

Field Documentation

◆ Digest

TCG_DIGEST tdTCG_PCR_EVENT::Digest

Value extended into PCRIndex.

Definition at line 118 of file UefiTcgPlatform.h.

◆ Event

UINT8 tdTCG_PCR_EVENT::Event[1]

The event data.

Definition at line 120 of file UefiTcgPlatform.h.

◆ EventSize

UINT32 tdTCG_PCR_EVENT::EventSize

Size of the event data.

Definition at line 119 of file UefiTcgPlatform.h.

◆ EventType

TCG_EVENTTYPE tdTCG_PCR_EVENT::EventType

TCG EFI event type.

Definition at line 117 of file UefiTcgPlatform.h.

◆ PCRIndex

TCG_PCRINDEX tdTCG_PCR_EVENT::PCRIndex

PCRIndex event extended to.

Definition at line 116 of file UefiTcgPlatform.h.


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