Home | History | Annotate | Download | only in EdkiiSystemCapsuleLib

Lines Matching full:authenticated

260   Extract the driver FV from an authenticated image.

262 @param[in] AuthenticatedImage The authenticated capsule image.
263 @param[in] AuthenticatedImageSize The size of the authenticated capsule image in bytes.
302 Extract the config image from an authenticated image.
304 @param[in] AuthenticatedImage The authenticated capsule image.
305 @param[in] AuthenticatedImageSize The size of the authenticated capsule image in bytes.
344 Extract the authenticated image from an FMP capsule image.
351 @param[out] AuthenticatedImage The authenticated capsule image, excluding EFI_FIRMWARE_IMAGE_AUTHENTICATION.
352 @param[out] AuthenticatedImageSize The size of the authenticated capsule image in bytes.
354 @retval TRUE The authenticated image is extracted.
355 @retval FALSE The authenticated image is not extracted.
515 Extract the System Firmware image from an authenticated image.
517 @param[in] AuthenticatedImage The authenticated capsule image.
518 @param[in] AuthenticatedImageSize The size of the authenticated capsule image in bytes.
560 Authenticated system firmware FMP capsule image.
571 @param[out] AuthenticatedImage The authenticated capsule image, excluding EFI_FIRMWARE_IMAGE_AUTHENTICATION.
572 @param[out] AuthenticatedImageSize The size of the authenticated capsule image in bytes.
574 @retval TRUE Authentication passes and the authenticated image is extracted.
575 @retval FALSE Authentication fails and the authenticated image is not extracted.