Searched refs:EFI_IMAGE_EXECUTION_INFO_TABLE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DImageAuthentication.h281 } EFI_IMAGE_EXECUTION_INFO_TABLE; typedef in typeref:struct:__anon11351
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c615 EFI_IMAGE_EXECUTION_INFO_TABLE *ImageExeInfoTable
626 ImageExeInfoItem = (EFI_IMAGE_EXECUTION_INFO *) ((UINT8 *) ImageExeInfoTable + sizeof (EFI_IMAGE_EXECUTION_INFO_TABLE));
627 TotalSize = sizeof (EFI_IMAGE_EXECUTION_INFO_TABLE);
655 EFI_IMAGE_EXECUTION_INFO_TABLE *ImageExeInfoTable;
656 EFI_IMAGE_EXECUTION_INFO_TABLE *NewImageExeInfoTable;
689 ImageExeInfoTableSize = sizeof (EFI_IMAGE_EXECUTION_INFO_TABLE);
694 NewImageExeInfoTable = (EFI_IMAGE_EXECUTION_INFO_TABLE *) AllocateRuntimePool (ImageExeInfoTableSize + NewImageExeInfoEntrySize);

Completed in 46 milliseconds