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.c384 UINT32 NumberOfAlgorithms; in DumpTcgEfiSpecIdEventStruct() local
396 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() local
429 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 …]