Searched refs:HashAlgorithmBitmap (Results 1 – 7 of 7) sorted by relevance
56 UINT32 HashAlgorithmBitmap; member
37 UINT8 HashAlgorithmBitmap; /// Hash algorithms . member
60 EFI_TCG2_EVENT_ALGORITHM_BITMAP HashAlgorithmBitmap; member
66 UINT8 HashAlgorithmBitmap; // Hash algorithms member
1288 if ((ActivePcrBanks & (~mTcgDxeData.BsCap.HashAlgorithmBitmap)) != 0) { in Tcg2SetActivePCRBanks()2386 …mTcgDxeData.BsCap.HashAlgorithmBitmap = TpmHashAlgorithmBitmap & PcdGet32 (PcdTcg2HashAlgorithmBit… in DriverEntry()2394 if ((mTcgDxeData.BsCap.HashAlgorithmBitmap & (1u << Index)) != 0) { in DriverEntry()2418 …DEBUG ((EFI_D_INFO, "Tcg2.HashAlgorithmBitmap - 0x%08x\n", mTcgDxeData.BsCap.HashAlgorithmBitmap)); in DriverEntry()
1816 mTcgDxeData.BsCap.HashAlgorithmBitmap = TpmHashAlgorithmBitmap; in DriverEntry()1817 …DEBUG ((EFI_D_INFO, "TrEE.HashAlgorithmBitmap - 0x%08x\n", mTcgDxeData.BsCap.HashAlgorithmBitmap)); in DriverEntry()
837 …hBootHashAlg (TempBuffer, sizeof(TempBuffer), PrivateData->ProtocolCapability.HashAlgorithmBitmap); in InstallTcg2ConfigForm()