Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/
DDxeTpm2MeasureBootLib.c144 EFI_GPT_DATA *GptData; in Tcg2MeasureGptTable() local
214 EventSize = (UINT32)(sizeof (EFI_GPT_DATA) - sizeof (GptData->Partitions) in Tcg2MeasureGptTable()
228 GptData = (EFI_GPT_DATA *) Tcg2Event->Event; in Tcg2MeasureGptTable()
233 CopyMem ((UINT8 *)GptData, (UINT8*)PrimaryHeader, sizeof (EFI_PARTITION_TABLE_HEADER)); in Tcg2MeasureGptTable()
234 GptData->NumberOfPartitions = NumberOfPartition; in Tcg2MeasureGptTable()
243 (UINT8 *)&GptData->Partitions + NumberOfPartition * PrimaryHeader->SizeOfPartitionEntry, in Tcg2MeasureGptTable()
258 (EFI_PHYSICAL_ADDRESS) (UINTN) (VOID *) GptData, in Tcg2MeasureGptTable()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DDxeTpmMeasureBootLib.c142 EFI_GPT_DATA *GptData; in TcgMeasureGptTable() local
214 EventSize = (UINT32)(sizeof (EFI_GPT_DATA) - sizeof (GptData->Partitions) in TcgMeasureGptTable()
226 GptData = (EFI_GPT_DATA *) TcgEvent->Event; in TcgMeasureGptTable()
231 CopyMem ((UINT8 *)GptData, (UINT8*)PrimaryHeader, sizeof (EFI_PARTITION_TABLE_HEADER)); in TcgMeasureGptTable()
232 GptData->NumberOfPartitions = NumberOfPartition; in TcgMeasureGptTable()
241 (UINT8 *)&GptData->Partitions + NumberOfPartition * PrimaryHeader->SizeOfPartitionEntry, in TcgMeasureGptTable()
256 (EFI_PHYSICAL_ADDRESS) (UINTN) (VOID *) GptData, in TcgMeasureGptTable()