Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c411 UINT32 NumberOfAlgorithms; in DumpTcgEfiSpecIdEventStruct() local
423 CopyMem (&NumberOfAlgorithms, TcgEfiSpecIdEventStruct + 1, sizeof(NumberOfAlgorithms)); in DumpTcgEfiSpecIdEventStruct()
424 DEBUG ((EFI_D_INFO, " NumberOfAlgorithms - 0x%08x\n", NumberOfAlgorithms)); in DumpTcgEfiSpecIdEventStruct()
426 …((UINT8 *)TcgEfiSpecIdEventStruct + sizeof(*TcgEfiSpecIdEventStruct) + sizeof(NumberOfAlgorithms)); in DumpTcgEfiSpecIdEventStruct()
427 for (Index = 0; Index < NumberOfAlgorithms; Index++) { in DumpTcgEfiSpecIdEventStruct()
432 VendorInfoSize = (UINT8 *)&DigestSize[NumberOfAlgorithms]; in DumpTcgEfiSpecIdEventStruct()
454 UINT32 NumberOfAlgorithms; in GetTcgEfiSpecIdEventStructSize() local
456 CopyMem (&NumberOfAlgorithms, TcgEfiSpecIdEventStruct + 1, sizeof(NumberOfAlgorithms)); in GetTcgEfiSpecIdEventStructSize()
458 …((UINT8 *)TcgEfiSpecIdEventStruct + sizeof(*TcgEfiSpecIdEventStruct) + sizeof(NumberOfAlgorithms)); in GetTcgEfiSpecIdEventStructSize()
459 VendorInfoSize = (UINT8 *)&DigestSize[NumberOfAlgorithms]; in GetTcgEfiSpecIdEventStructSize()
[all …]