OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AuthenticatedImage
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
SystemFirmwareReportDxe.c
53
VOID *
AuthenticatedImage
;
61
AuthenticatedImage
= NULL;
69
Status = CapsuleAuthenticateSystemFirmware(Image, ImageSize, FALSE, LastAttemptVersion, LastAttemptStatus, &
AuthenticatedImage
, &AuthenticatedImageSize);
78
Result = ExtractDriverFvImage(
AuthenticatedImage
, AuthenticatedImageSize, &DispatchFvImage, &DispatchFvImageSize);
SystemFirmwareUpdateDxe.c
223
VOID *
AuthenticatedImage
;
226
AuthenticatedImage
= NULL;
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
579
VOID *
AuthenticatedImage
;
582
AuthenticatedImage
= NULL;
585
Status = CapsuleAuthenticateSystemFirmware(Image, Length, TRUE, &LastAttemptVersion, &LastAttemptStatus, &
AuthenticatedImage
, &AuthenticatedImageSize);
591
ExtractSystemFirmwareImage(
AuthenticatedImage
, AuthenticatedImageSize, &SystemFirmwareImage, &SystemFirmwareImageSize);
592
ExtractConfigImage(
AuthenticatedImage
, AuthenticatedImageSize, &ConfigImage, &ConfigImageSize);
Completed in 114 milliseconds