HomeSort by relevance Sort by last modified time
    Searched refs:AuthenticatedImage (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/SignedCapsulePkg/Include/Library/
EdkiiSystemCapsuleLib.h 44 @param[in] AuthenticatedImage The authenticated capsule image.
55 IN VOID *AuthenticatedImage,
64 @param[in] AuthenticatedImage The authenticated capsule image.
75 IN VOID *AuthenticatedImage,
84 @param[in] AuthenticatedImage The authenticated capsule image.
95 IN VOID *AuthenticatedImage,
107 @param[out] AuthenticatedImage The authenticated capsule image, excluding EFI_FIRMWARE_IMAGE_AUTHENTICATION.
119 OUT VOID **AuthenticatedImage,
135 @param[out] AuthenticatedImage The authenticated capsule image, excluding EFI_FIRMWARE_IMAGE_AUTHENTICATION.
149 OUT VOID **AuthenticatedImage,
    [all...]
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/
EdkiiSystemCapsuleLib.c 262 @param[in] AuthenticatedImage The authenticated capsule image.
273 IN VOID *AuthenticatedImage,
285 Result = GetFfsByName(AuthenticatedImage, AuthenticatedImageSize, &gEdkiiSystemFmpCapsuleDriverFvFileGuid, EFI_FV_FILETYPE_RAW, DriverFvImage, DriverFvImageSize);
304 @param[in] AuthenticatedImage The authenticated capsule image.
315 IN VOID *AuthenticatedImage,
327 Result = GetFfsByName(AuthenticatedImage, AuthenticatedImageSize, &gEdkiiSystemFmpCapsuleConfigFileGuid, EFI_FV_FILETYPE_RAW, ConfigImage, ConfigImageSize);
351 @param[out] AuthenticatedImage The authenticated capsule image, excluding EFI_FIRMWARE_IMAGE_AUTHENTICATION.
363 OUT VOID **AuthenticatedImage,
451 if (AuthenticatedImage != NULL) {
452 *AuthenticatedImage = (UINT8 *)ImageAuth + ImageAuth->AuthInfo.Hdr.dwLength + sizeof(ImageAuth->MonotonicCount);
    [all...]
  /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 316 milliseconds