Lines Matching refs:AuthenticatedImage
273 IN VOID *AuthenticatedImage, in ExtractDriverFvImage() argument
285 …Result = GetFfsByName(AuthenticatedImage, AuthenticatedImageSize, &gEdkiiSystemFmpCapsuleDriverFvF… in ExtractDriverFvImage()
315 IN VOID *AuthenticatedImage, in ExtractConfigImage() argument
327 …Result = GetFfsByName(AuthenticatedImage, AuthenticatedImageSize, &gEdkiiSystemFmpCapsuleConfigFil… in ExtractConfigImage()
363 OUT VOID **AuthenticatedImage, in ExtractAuthenticatedImage() argument
451 if (AuthenticatedImage != NULL) { in ExtractAuthenticatedImage()
452 …*AuthenticatedImage = (UINT8 *)ImageAuth + ImageAuth->AuthInfo.Hdr.dwLength + sizeof(ImageAuth->Mo… in ExtractAuthenticatedImage()
528 IN VOID *AuthenticatedImage, in ExtractSystemFirmwareImage() argument
540 …Result = GetFfsByName(AuthenticatedImage, AuthenticatedImageSize, &mEdkiiSystemFirmwareFileGuid, E… in ExtractSystemFirmwareImage()
543 *SystemFirmwareImage = AuthenticatedImage; in ExtractSystemFirmwareImage()
585 OUT VOID **AuthenticatedImage, in CapsuleAuthenticateSystemFirmware() argument
604 …actAuthenticatedImage((VOID *)Image, ImageSize, LastAttemptStatus, AuthenticatedImage, Authenticat… in CapsuleAuthenticateSystemFirmware()
610 …DEBUG((DEBUG_INFO, "AuthenticatedImage - 0x%x - 0x%x\n", *AuthenticatedImage, *AuthenticatedImageS… in CapsuleAuthenticateSystemFirmware()
612 …Result = ExtractSystemFirmwareImage(*AuthenticatedImage, *AuthenticatedImageSize, &SystemFirmwareI… in CapsuleAuthenticateSystemFirmware()