Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DTrEEProtocol.h56 UINT32 HashAlgorithmBitmap; member
DTcgService.h37 UINT8 HashAlgorithmBitmap; /// Hash algorithms . member
DTcg2Protocol.h60 EFI_TCG2_EVENT_ALGORITHM_BITMAP HashAlgorithmBitmap; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/TcgService/
DTcgService.h66 UINT8 HashAlgorithmBitmap; // Hash algorithms member
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DDxeTcg2PhysicalPresenceLib.c326 …Status = Tpm2CommandAllocPcr (PlatformAuth, ProtocolCapability.HashAlgorithmBitmap, CommandParamet… in Tcg2ExecutePhysicalPresence()
342 …mandAllocPcr (PlatformAuth, ProtocolCapability.HashAlgorithmBitmap, ProtocolCapability.HashAlgorit… in Tcg2ExecutePhysicalPresence()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
DTcg2ConfigImpl.c598 …hBootHashAlg (TempBuffer, sizeof(TempBuffer), PrivateData->ProtocolCapability.HashAlgorithmBitmap); in InstallTcg2ConfigForm()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c1851 mTcgDxeData.BsCap.HashAlgorithmBitmap = TpmHashAlgorithmBitmap; in DriverEntry()
1852 …DEBUG ((EFI_D_INFO, "TrEE.HashAlgorithmBitmap - 0x%08x\n", mTcgDxeData.BsCap.HashAlgorithmBitmap)); in DriverEntry()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c1365 if ((ActivePcrBanks & (~mTcgDxeData.BsCap.HashAlgorithmBitmap)) != 0) { in Tcg2SetActivePCRBanks()
2466 …mTcgDxeData.BsCap.HashAlgorithmBitmap = TpmHashAlgorithmBitmap & PcdGet32 (PcdTcg2HashAlgorithmBit… in DriverEntry()
2488 …DEBUG ((EFI_D_INFO, "Tcg2.HashAlgorithmBitmap - 0x%08x\n", mTcgDxeData.BsCap.HashAlgorithmBitmap)); in DriverEntry()