iPXE
Data Fields
tdEFI_VARIABLE_DATA Struct Reference

EFI_VARIABLE_DATA. More...

#include <UefiTcgPlatform.h>

Data Fields

EFI_GUID VariableName
 
UINTN UnicodeNameLength
 
UINTN VariableDataLength
 
CHAR16 UnicodeName [1]
 
INT8 VariableData [1]
 Driver or platform-specific data. More...
 

Detailed Description

EFI_VARIABLE_DATA.

This structure serves as the header for measuring variables. The name of the variable (in Unicode format) should immediately follow, then the variable data. This is defined in TCG EFI Platform Spec for TPM1.1 or 1.2 V1.22

Definition at line 231 of file UefiTcgPlatform.h.

Field Documentation

◆ VariableName

EFI_GUID tdEFI_VARIABLE_DATA::VariableName

Definition at line 232 of file UefiTcgPlatform.h.

◆ UnicodeNameLength

UINTN tdEFI_VARIABLE_DATA::UnicodeNameLength

Definition at line 233 of file UefiTcgPlatform.h.

◆ VariableDataLength

UINTN tdEFI_VARIABLE_DATA::VariableDataLength

Definition at line 234 of file UefiTcgPlatform.h.

◆ UnicodeName

CHAR16 tdEFI_VARIABLE_DATA::UnicodeName[1]

Definition at line 235 of file UefiTcgPlatform.h.

◆ VariableData

INT8 tdEFI_VARIABLE_DATA::VariableData[1]

Driver or platform-specific data.

Definition at line 236 of file UefiTcgPlatform.h.


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