Searched refs:ImageFmpInfoSize (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/ |
D | EdkiiSystemCapsuleLib.c | 477 OUT UINTN *ImageFmpInfoSize in ExtractSystemFirmwareImageFmpInfo() argument 485 *ImageFmpInfoSize = 0; in ExtractSystemFirmwareImageFmpInfo() 487 …stemFirmwareImageDescriptorFileGuid, EFI_FV_FILETYPE_ALL, (VOID **)ImageFmpInfo, ImageFmpInfoSize); in ExtractSystemFirmwareImageFmpInfo() 497 *ImageFmpInfoSize = *ImageFmpInfoSize - FileHeaderSize; in ExtractSystemFirmwareImageFmpInfo() 499 …SectionByType(*ImageFmpInfo, (UINT32)*ImageFmpInfoSize, EFI_SECTION_RAW, 0, (VOID **)ImageFmpInfo,… in ExtractSystemFirmwareImageFmpInfo() 509 *ImageFmpInfoSize = *ImageFmpInfoSize - SectionHeaderSize; in ExtractSystemFirmwareImageFmpInfo() 591 UINTN ImageFmpInfoSize; in CapsuleAuthenticateSystemFirmware() local 620 …rmwareImageFmpInfo(SystemFirmwareImage, SystemFirmwareImageSize, &ImageFmpInfo, &ImageFmpInfoSize); in CapsuleAuthenticateSystemFirmware() 628 DEBUG((DEBUG_INFO, "ImageFmpInfo - 0x%x - 0x%x\n", ImageFmpInfo, ImageFmpInfoSize)); in CapsuleAuthenticateSystemFirmware()
|
/device/linaro/bootloader/edk2/SignedCapsulePkg/Include/Library/ |
D | EdkiiSystemCapsuleLib.h | 38 OUT UINTN *ImageFmpInfoSize
|