iPXE
Data Fields
tdTPM_STORED_DATA Struct Reference

Part 2, section 9.1: TPM_STORED_DATA [size_is(sealInfoSize)] BYTE* sealInfo; [size_is(encDataSize)] BYTE* encData;. More...

#include <Tpm12.h>

Data Fields

TPM_STRUCT_VER ver
 
UINT32 sealInfoSize
 
UINT8sealInfo
 
UINT32 encDataSize
 
UINT8encData
 

Detailed Description

Part 2, section 9.1: TPM_STORED_DATA [size_is(sealInfoSize)] BYTE* sealInfo; [size_is(encDataSize)] BYTE* encData;.

Definition at line 979 of file Tpm12.h.

Field Documentation

◆ ver

TPM_STRUCT_VER tdTPM_STORED_DATA::ver

Definition at line 980 of file Tpm12.h.

◆ sealInfoSize

UINT32 tdTPM_STORED_DATA::sealInfoSize

Definition at line 981 of file Tpm12.h.

◆ sealInfo

UINT8* tdTPM_STORED_DATA::sealInfo

Definition at line 982 of file Tpm12.h.

◆ encDataSize

UINT32 tdTPM_STORED_DATA::encDataSize

Definition at line 983 of file Tpm12.h.

◆ encData

UINT8* tdTPM_STORED_DATA::encData

Definition at line 984 of file Tpm12.h.


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