Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c409 UINT8 *VendorInfoSize; in DumpTcgEfiSpecIdEventStruct() local
432 VendorInfoSize = (UINT8 *)&DigestSize[NumberOfAlgorithms]; in DumpTcgEfiSpecIdEventStruct()
433 DEBUG ((EFI_D_INFO, " VendorInfoSize - 0x%02x\n", *VendorInfoSize)); in DumpTcgEfiSpecIdEventStruct()
434 VendorInfo = VendorInfoSize + 1; in DumpTcgEfiSpecIdEventStruct()
436 for (Index = 0; Index < *VendorInfoSize; Index++) { in DumpTcgEfiSpecIdEventStruct()
453 UINT8 *VendorInfoSize; in GetTcgEfiSpecIdEventStructSize() local
459 VendorInfoSize = (UINT8 *)&DigestSize[NumberOfAlgorithms]; in GetTcgEfiSpecIdEventStructSize()
460 …(NumberOfAlgorithms * sizeof(TCG_EfiSpecIdEventAlgorithmSize)) + sizeof(UINT8) + (*VendorInfoSize); in GetTcgEfiSpecIdEventStructSize()
1458 UINT8 *VendorInfoSize; in SetupEventLog() local
1540 VendorInfoSize = (UINT8 *)TempDigestSize; in SetupEventLog()
[all …]