OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AuthenticatedImageSize
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
SystemFirmwareReportDxe.c
54
UINTN
AuthenticatedImageSize
;
62
AuthenticatedImageSize
= 0;
69
Status = CapsuleAuthenticateSystemFirmware(Image, ImageSize, FALSE, LastAttemptVersion, LastAttemptStatus, &AuthenticatedImage, &
AuthenticatedImageSize
);
78
Result = ExtractDriverFvImage(AuthenticatedImage,
AuthenticatedImageSize
, &DispatchFvImage, &DispatchFvImageSize);
SystemFirmwareUpdateDxe.c
224
UINTN
AuthenticatedImageSize
;
227
AuthenticatedImageSize
= 0;
231
Status = CapsuleAuthenticateSystemFirmware(Image, ImageSize, FALSE, LastAttemptVersion, LastAttemptStatus, &AuthenticatedImage, &
AuthenticatedImageSize
);
238
ExtractSystemFirmwareImage(AuthenticatedImage,
AuthenticatedImageSize
, &SystemFirmwareImage, &SystemFirmwareImageSize);
240
ExtractConfigImage(AuthenticatedImage,
AuthenticatedImageSize
, &ConfigImage, &ConfigImageSize);
/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/
RecoveryModuleLoadPei.c
580
UINTN
AuthenticatedImageSize
;
583
AuthenticatedImageSize
= 0;
585
Status = CapsuleAuthenticateSystemFirmware(Image, Length, TRUE, &LastAttemptVersion, &LastAttemptStatus, &AuthenticatedImage, &
AuthenticatedImageSize
);
591
ExtractSystemFirmwareImage(AuthenticatedImage,
AuthenticatedImageSize
, &SystemFirmwareImage, &SystemFirmwareImageSize);
592
ExtractConfigImage(AuthenticatedImage,
AuthenticatedImageSize
, &ConfigImage, &ConfigImageSize);
Completed in 470 milliseconds