TianoCore EDK2 master
|
#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. | |
Event Log Entry Structure Definition
Definition at line 115 of file UefiTcgPlatform.h.
TCG_DIGEST tdTCG_PCR_EVENT::Digest |
Value extended into PCRIndex.
Definition at line 118 of file UefiTcgPlatform.h.
UINT8 tdTCG_PCR_EVENT::Event[1] |
The event data.
Definition at line 120 of file UefiTcgPlatform.h.
UINT32 tdTCG_PCR_EVENT::EventSize |
Size of the event data.
Definition at line 119 of file UefiTcgPlatform.h.
TCG_EVENTTYPE tdTCG_PCR_EVENT::EventType |
TCG EFI event type.
Definition at line 117 of file UefiTcgPlatform.h.
TCG_PCRINDEX tdTCG_PCR_EVENT::PCRIndex |
PCRIndex event extended to.
Definition at line 116 of file UefiTcgPlatform.h.