Searched refs:wRevision (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/ |
D | WinCertificate.h | 40 UINT16 wRevision; member
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/FmpAuthenticationLibPkcs7/ |
D | FmpAuthenticationLibPkcs7.c | 192 if (Image->AuthInfo.Hdr.wRevision != 0x0200) { in AuthenticateFmpImage() 193 …age - wRevision: 0x%02x, expect - 0x%02x\n", (UINTN)Image->AuthInfo.Hdr.wRevision, (UINTN)0x0200)); in AuthenticateFmpImage()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/ |
D | UefiMultiPhase.h | 106 UINT16 wRevision; member
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/ |
D | FmpAuthenticationLibRsa2048Sha256.c | 330 if (Image->AuthInfo.Hdr.wRevision != 0x0200) { in AuthenticateFmpImage() 331 …age - wRevision: 0x%02x, expect - 0x%02x\n", (UINTN)Image->AuthInfo.Hdr.wRevision, (UINTN)0x0200)); in AuthenticateFmpImage()
|
/device/linaro/bootloader/edk2/SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/ |
D | EdkiiSystemCapsuleLib.c | 397 if (ImageAuth->AuthInfo.Hdr.wRevision != 0x0200) { in ExtractAuthenticatedImage() 398 …- wRevision: 0x%02x, expect - 0x%02x\n", (UINTN)ImageAuth->AuthInfo.Hdr.wRevision, (UINTN)0x0200)); in ExtractAuthenticatedImage()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/ |
D | PlatVarCleanupLib.c | 397 DescriptorData->AuthInfo.Hdr.wRevision = 0x0200; in CreateTimeBasedPayload() 477 DescriptorData->AuthInfo.Hdr.wRevision = 0x0200; in CreateCounterBasedPayload()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/ |
D | CapsuleDump.c | 114 Print(L" wRevision - 0x%x\n", ImageAuthentication->AuthInfo.Hdr.wRevision); in DumpImageAuthentication()
|
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/ |
D | SecureBootConfigImpl.c | 220 DescriptorData->AuthInfo.Hdr.wRevision = 0x0200; in CreateTimeBasedPayload()
|