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 402 FvBlob.BlobLength = FvLength;
405 DEBUG ((DEBUG_INFO, "The FV which is measured by TcgPei has the size: 0x%x\n", FvBlob.BlobLength));
414 (UINTN) FvBlob.BlobLength,
425 mMeasuredBaseFvInfo[mMeasuredBaseFvIndex].BlobLength = FvLength;
546 mMeasuredChildFvInfo[mMeasuredChildFvIndex].BlobLength = Fv->FvInfoSize;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEPei/
TrEEPei.c 379 FvBlob.BlobLength = FvLength;
382 DEBUG ((DEBUG_INFO, "The FV which is measured by TrEEPei has the size: 0x%x\n", FvBlob.BlobLength));
391 (UINTN) FvBlob.BlobLength,
402 mMeasuredBaseFvInfo[mMeasuredBaseFvIndex].BlobLength = FvLength;
522 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 489 FvBlob.BlobLength = FvLength;
492 DEBUG ((DEBUG_INFO, "The FV which is measured by Tcg2Pei has the size: 0x%x\n", FvBlob.BlobLength));
501 (UINTN) FvBlob.BlobLength,
512 mMeasuredBaseFvInfo[mMeasuredBaseFvIndex].BlobLength = FvLength;
632 mMeasuredChildFvInfo[mMeasuredChildFvIndex].BlobLength = Fv->FvInfoSize;

Completed in 121 milliseconds