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

/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c683 ImageExeInfoTable. If ImageExeInfoTable is NULL, then 0 is returned.
685 @param ImageExeInfoTable A pointer to a image execution info table structure.
687 @retval 0 If ImageExeInfoTable is NULL.
693 EFI_IMAGE_EXECUTION_INFO_TABLE *ImageExeInfoTable
700 if (ImageExeInfoTable == NULL) {
704 ImageExeInfoItem = (EFI_IMAGE_EXECUTION_INFO *) ((UINT8 *) ImageExeInfoTable + sizeof (EFI_IMAGE_EXECUTION_INFO_TABLE));
706 for (Index = 0; Index < ImageExeInfoTable->NumberOfImages; Index++) {
785 EFI_IMAGE_EXECUTION_INFO_TABLE *ImageExeInfoTable; local
794 ImageExeInfoTable
2505 EFI_IMAGE_EXECUTION_INFO_TABLE *ImageExeInfoTable; local
[all...]

Completed in 36 milliseconds