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

  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
UefiTcgPlatform.h 203 } TCG_EfiSpecIdEventAlgorithmSize;
256 //TCG_EfiSpecIdEventAlgorithmSize digestSize[numberOfAlgorithms];
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
Tcg2Dxe.c 407 TCG_EfiSpecIdEventAlgorithmSize *DigestSize;
426 DigestSize = (TCG_EfiSpecIdEventAlgorithmSize *)((UINT8 *)TcgEfiSpecIdEventStruct + sizeof(*TcgEfiSpecIdEventStruct) + sizeof(NumberOfAlgorithms));
452 TCG_EfiSpecIdEventAlgorithmSize *DigestSize;
458 DigestSize = (TCG_EfiSpecIdEventAlgorithmSize *)((UINT8 *)TcgEfiSpecIdEventStruct + sizeof(*TcgEfiSpecIdEventStruct) + sizeof(NumberOfAlgorithms));
460 return sizeof(TCG_EfiSpecIDEventStruct) + sizeof(UINT32) + (NumberOfAlgorithms * sizeof(TCG_EfiSpecIdEventAlgorithmSize)) + sizeof(UINT8) + (*VendorInfoSize);
    [all...]

Completed in 59 milliseconds