Home | History | Annotate | Download | only in Tcg2Dxe

Lines Matching refs:HashAlgorithmBitmap

98     EFI_TCG2_BOOT_HASH_ALG_SHA1,        // HashAlgorithmBitmap

1288 if ((ActivePcrBanks & (~mTcgDxeData.BsCap.HashAlgorithmBitmap)) != 0) {
2386 mTcgDxeData.BsCap.HashAlgorithmBitmap = TpmHashAlgorithmBitmap & PcdGet32 (PcdTcg2HashAlgorithmBitmap);
2390 // Need calculate NumberOfPCRBanks here, because HashAlgorithmBitmap might be removed by PCD.
2394 if ((mTcgDxeData.BsCap.HashAlgorithmBitmap & (1u << Index)) != 0) {
2418 DEBUG ((EFI_D_INFO, "Tcg2.HashAlgorithmBitmap - 0x%08x\n", mTcgDxeData.BsCap.HashAlgorithmBitmap));