Home
last modified time | relevance | path

Searched refs:TCG_EfiSpecIDEventStruct (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DUefiTcgPlatform.h269 } TCG_EfiSpecIDEventStruct; typedef
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c377 IN TCG_EfiSpecIDEventStruct *TcgEfiSpecIdEventStruct in DumpTcgEfiSpecIdEventStruct()
422 IN TCG_EfiSpecIDEventStruct *TcgEfiSpecIdEventStruct in GetTcgEfiSpecIdEventStructSize()
433 …return sizeof(TCG_EfiSpecIDEventStruct) + sizeof(UINT32) + (NumberOfAlgorithms * sizeof(TCG_EfiSpe… in GetTcgEfiSpecIdEventStructSize()
545 TCG_EfiSpecIDEventStruct *TcgEfiSpecIdEventStruct; in DumpEventLog()
578 TcgEfiSpecIdEventStruct = (TCG_EfiSpecIDEventStruct *)(EventHdr + 1); in DumpEventLog()
1381 TCG_EfiSpecIDEventStruct *TcgEfiSpecIdEventStruct; in SetupEventLog()
1382 …UINT8 TempBuf[sizeof(TCG_EfiSpecIDEventStruct) + sizeof(UINT32) + (HASH_… in SetupEventLog()
1420 TcgEfiSpecIdEventStruct = (TCG_EfiSpecIDEventStruct *)TempBuf; in SetupEventLog()