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

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c605 ImageExeInfoTable. If ImageExeInfoTable is NULL, then 0 is returned.
607 @param ImageExeInfoTable A pointer to a image execution info table structure.
609 @retval 0 If ImageExeInfoTable is NULL.
615 EFI_IMAGE_EXECUTION_INFO_TABLE *ImageExeInfoTable
622 if (ImageExeInfoTable == NULL) {
626 ImageExeInfoItem = (EFI_IMAGE_EXECUTION_INFO *) ((UINT8 *) ImageExeInfoTable + sizeof (EFI_IMAGE_EXECUTION_INFO_TABLE));
628 for (Index = 0; Index < ImageExeInfoTable->NumberOfImages; Index++) {
655 EFI_IMAGE_EXECUTION_INFO_TABLE *ImageExeInfoTable; local
663 ImageExeInfoTable
[all...]

Completed in 93 milliseconds