Home
last modified time | relevance | path

Searched refs:CachedFvHeader (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
DFwVol.c209 EFI_FIRMWARE_VOLUME_HEADER *CachedFvHeader; in FwVolInheritAuthenticationStatus() local
223 CachedFvHeader = (EFI_FIRMWARE_VOLUME_HEADER *) (UINTN) FvDevice->CachedFv; in FwVolInheritAuthenticationStatus()
259 if ((FvHeader->FvLength == CachedFvHeader->FvLength) && in FwVolInheritAuthenticationStatus()
260 (FvHeader->ExtHeaderOffset == CachedFvHeader->ExtHeaderOffset)) { in FwVolInheritAuthenticationStatus()
266 …hedFvExtHeader = (EFI_FIRMWARE_VOLUME_EXT_HEADER *) ((UINTN) CachedFvHeader + CachedFvHeader->ExtH… in FwVolInheritAuthenticationStatus()
280 … if (CompareMem ((VOID *) FvHeader, (VOID *) CachedFvHeader, (UINTN) FvHeader->FvLength) == 0) { in FwVolInheritAuthenticationStatus()