Searched refs:NumberOfAlgorithms (Results 1 – 1 of 1) sorted by relevance
384 UINT32 NumberOfAlgorithms; in DumpTcgEfiSpecIdEventStruct() local396 CopyMem (&NumberOfAlgorithms, TcgEfiSpecIdEventStruct + 1, sizeof(NumberOfAlgorithms)); in DumpTcgEfiSpecIdEventStruct()397 DEBUG ((EFI_D_INFO, " NumberOfAlgorithms - 0x%08x\n", NumberOfAlgorithms)); in DumpTcgEfiSpecIdEventStruct()399 …((UINT8 *)TcgEfiSpecIdEventStruct + sizeof(*TcgEfiSpecIdEventStruct) + sizeof(NumberOfAlgorithms)); in DumpTcgEfiSpecIdEventStruct()400 for (Index = 0; Index < NumberOfAlgorithms; Index++) { in DumpTcgEfiSpecIdEventStruct()405 VendorInfoSize = (UINT8 *)&DigestSize[NumberOfAlgorithms]; in DumpTcgEfiSpecIdEventStruct()427 UINT32 NumberOfAlgorithms; in GetTcgEfiSpecIdEventStructSize() local429 CopyMem (&NumberOfAlgorithms, TcgEfiSpecIdEventStruct + 1, sizeof(NumberOfAlgorithms)); in GetTcgEfiSpecIdEventStructSize()431 …((UINT8 *)TcgEfiSpecIdEventStruct + sizeof(*TcgEfiSpecIdEventStruct) + sizeof(NumberOfAlgorithms)); in GetTcgEfiSpecIdEventStructSize()432 VendorInfoSize = (UINT8 *)&DigestSize[NumberOfAlgorithms]; in GetTcgEfiSpecIdEventStructSize()[all …]