Home
last modified time | relevance | path

Searched refs:EFI_TCG2_BOOT_HASH_ALG_SM3_256 (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DTcg2Protocol.h100 #define EFI_TCG2_BOOT_HASH_ALG_SM3_256 0x00000010 macro
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Pei/
DTcg2Pei.c317 if ((ActivePcrBanks & EFI_TCG2_BOOT_HASH_ALG_SM3_256) != 0) { in IsHashAlgSupportedInPcrBank()
407 ActivePcrBanks |= EFI_TCG2_BOOT_HASH_ALG_SM3_256; in SetTpm2HashMask()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DDxeTcg2PhysicalPresenceLib.c203 if ((EFI_TCG2_BOOT_HASH_ALG_SM3_256 & SupportedPCRBanks) != 0) { in Tpm2CommandAllocPcr()
206 if ((EFI_TCG2_BOOT_HASH_ALG_SM3_256 & PCRBanks) != 0) { in Tpm2CommandAllocPcr()
441 if ((BootHashAlg & EFI_TCG2_BOOT_HASH_ALG_SM3_256) != 0) { in Tcg2FillBufferWithBootHashAlg()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c988 if ((mTcgDxeData.BsCap.ActivePcrBanks & EFI_TCG2_BOOT_HASH_ALG_SM3_256) != 0) { in IsHashAlgSupportedInPcrBank()
1530 if ((mTcgDxeData.BsCap.ActivePcrBanks & EFI_TCG2_BOOT_HASH_ALG_SM3_256) != 0) { in SetupEventLog()
2457 TpmHashAlgorithmBitmap |= EFI_TCG2_BOOT_HASH_ALG_SM3_256; in DriverEntry()
2460 ActivePCRBanks |= EFI_TCG2_BOOT_HASH_ALG_SM3_256; in DriverEntry()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
DTcg2ConfigImpl.c381 if ((BootHashAlg & EFI_TCG2_BOOT_HASH_ALG_SM3_256) != 0) { in FillBufferWithBootHashAlg()