HomeSort by relevance Sort by last modified time
    Searched refs:BlobLength (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiTpm.h 91 // BlobLength should be of type UINTN but we use UINT64 here
96 UINT64 BlobLength;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
TcgPei.c 378 FvBlob.BlobLength = FvLength;
381 DEBUG ((DEBUG_INFO, "The FV which is measured by TcgPei has the size: 0x%x\n", FvBlob.BlobLength));
390 (UINTN) FvBlob.BlobLength,
402 mMeasuredBaseFvInfo[mMeasuredBaseFvIndex].BlobLength = FvLength;
525 mMeasuredChildFvInfo[mMeasuredChildFvIndex].BlobLength = Fv->FvInfoSize;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEPei/
TrEEPei.c 414 FvBlob.BlobLength = FvLength;
417 DEBUG ((DEBUG_INFO, "The FV which is measured by TrEEPei has the size: 0x%x\n", FvBlob.BlobLength));
426 (UINTN) FvBlob.BlobLength,
437 mMeasuredBaseFvInfo[mMeasuredBaseFvIndex].BlobLength = FvLength;
557 mMeasuredChildFvInfo[mMeasuredChildFvIndex].BlobLength = Fv->FvInfoSize;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
UefiTcgPlatform.h 115 /// BlobLength should be of type UINTN but we use UINT64 here
120 UINT64 BlobLength;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Pei/
Tcg2Pei.c 632 FvBlob.BlobLength = FvLength;
635 DEBUG ((DEBUG_INFO, "The FV which is measured by Tcg2Pei has the size: 0x%x\n", FvBlob.BlobLength));
644 (UINTN) FvBlob.BlobLength,
655 mMeasuredBaseFvInfo[mMeasuredBaseFvIndex].BlobLength = FvLength;
775 mMeasuredChildFvInfo[mMeasuredChildFvIndex].BlobLength = Fv->FvInfoSize;

Completed in 700 milliseconds