OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtractAuthenticatedImage
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/SignedCapsulePkg/Include/Library/
EdkiiSystemCapsuleLib.h
115
ExtractAuthenticatedImage
(
/device/linaro/bootloader/edk2/SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/
EdkiiSystemCapsuleLib.c
6
CapsuleAuthenticateSystemFirmware(),
ExtractAuthenticatedImage
() will receive
359
ExtractAuthenticatedImage
(
373
DEBUG((DEBUG_INFO, "
ExtractAuthenticatedImage
- Image: 0x%08x - 0x%08x\n", (UINTN)Image, (UINTN)ImageSize));
382
DEBUG((DEBUG_ERROR, "
ExtractAuthenticatedImage
- ImageSize too small\n"));
386
DEBUG((DEBUG_ERROR, "
ExtractAuthenticatedImage
- dwLength too small\n"));
390
DEBUG((DEBUG_ERROR, "
ExtractAuthenticatedImage
- dwLength too big\n"));
394
DEBUG((DEBUG_ERROR, "
ExtractAuthenticatedImage
- ImageSize too small\n"));
398
DEBUG((DEBUG_ERROR, "
ExtractAuthenticatedImage
- wRevision: 0x%02x, expect - 0x%02x\n", (UINTN)ImageAuth->AuthInfo.Hdr.wRevision, (UINTN)0x0200));
402
DEBUG((DEBUG_ERROR, "
ExtractAuthenticatedImage
- wCertificateType: 0x%02x, expect - 0x%02x\n", (UINTN)ImageAuth->AuthInfo.Hdr.wCertificateType, (UINTN)WIN_CERT_TYPE_EFI_GUID));
407
DEBUG((DEBUG_INFO, "
ExtractAuthenticatedImage
- CertType: %g\n", CertType));
[
all
...]
Completed in 78 milliseconds