HomeSort by relevance Sort by last modified time
    Searched refs:TCG_EfiSpecIDEventStruct (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
UefiTcgPlatform.h 269 } TCG_EfiSpecIDEventStruct;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
Tcg2Dxe.c 398 This function dump TCG_EfiSpecIDEventStruct.
400 @param[in] TcgEfiSpecIdEventStruct A pointer to TCG_EfiSpecIDEventStruct.
404 IN TCG_EfiSpecIDEventStruct *TcgEfiSpecIdEventStruct
413 DEBUG ((EFI_D_INFO, " TCG_EfiSpecIDEventStruct:\n"));
443 This function get size of TCG_EfiSpecIDEventStruct.
445 @param[in] TcgEfiSpecIdEventStruct A pointer to TCG_EfiSpecIDEventStruct.
449 IN TCG_EfiSpecIDEventStruct *TcgEfiSpecIdEventStruct
460 return sizeof(TCG_EfiSpecIDEventStruct) + sizeof(UINT32) + (NumberOfAlgorithms * sizeof(TCG_EfiSpecIdEventAlgorithmSize)) + sizeof(UINT8) + (*VendorInfoSize);
572 TCG_EfiSpecIDEventStruct *TcgEfiSpecIdEventStruct;
605 TcgEfiSpecIdEventStruct = (TCG_EfiSpecIDEventStruct *)(EventHdr + 1);
    [all...]

Completed in 70 milliseconds