Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c404 IN TCG_EfiSpecIDEventStruct *TcgEfiSpecIdEventStruct in DumpTcgEfiSpecIdEventStruct() argument
415 for (Index = 0; Index < sizeof(TcgEfiSpecIdEventStruct->signature); Index++) { in DumpTcgEfiSpecIdEventStruct()
416 DEBUG ((EFI_D_INFO, "%c", TcgEfiSpecIdEventStruct->signature[Index])); in DumpTcgEfiSpecIdEventStruct()
419 DEBUG ((EFI_D_INFO, " platformClass - 0x%08x\n", TcgEfiSpecIdEventStruct->platformClass)); in DumpTcgEfiSpecIdEventStruct()
420 … - %d.%d%d\n", TcgEfiSpecIdEventStruct->specVersionMajor, TcgEfiSpecIdEventStruct->specVers… in DumpTcgEfiSpecIdEventStruct()
421 DEBUG ((EFI_D_INFO, " uintnSize - 0x%02x\n", TcgEfiSpecIdEventStruct->uintnSize)); in DumpTcgEfiSpecIdEventStruct()
423 CopyMem (&NumberOfAlgorithms, TcgEfiSpecIdEventStruct + 1, sizeof(NumberOfAlgorithms)); in DumpTcgEfiSpecIdEventStruct()
426 … = (TCG_EfiSpecIdEventAlgorithmSize *)((UINT8 *)TcgEfiSpecIdEventStruct + sizeof(*TcgEfiSpecIdEven… in DumpTcgEfiSpecIdEventStruct()
449 IN TCG_EfiSpecIDEventStruct *TcgEfiSpecIdEventStruct in GetTcgEfiSpecIdEventStructSize() argument
456 CopyMem (&NumberOfAlgorithms, TcgEfiSpecIdEventStruct + 1, sizeof(NumberOfAlgorithms)); in GetTcgEfiSpecIdEventStructSize()
[all …]