Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2Help.c32 {TPM_ALG_SHA512, SHA512_DIGEST_SIZE},
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
DTcg2ConfigImpl.c326 case TPM_ALG_SHA512: in AppendBufferWithTpmAlgHash()
412 case TPM_ALG_SHA512: in SetConfigInfo()
/device/linaro/bootloader/edk2/SecurityPkg/Library/HashLibTpm2/
DHashLibTpm2.c34 {TPM_ALG_SHA512, HASH_ALG_SHA512},
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Pei/
DTcg2Pei.c311 case TPM_ALG_SHA512: in IsHashAlgSupportedInPcrBank()
400 case TPM_ALG_SHA512: in SetTpm2HashMask()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c982 case TPM_ALG_SHA512: in IsHashAlgSupportedInPcrBank()
1526 TempDigestSize->algorithmId = TPM_ALG_SHA512; in SetupEventLog()
2449 case TPM_ALG_SHA512: in DriverEntry()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DDxeTcg2PhysicalPresenceLib.c190 PcrAllocation.pcrSelections[PcrAllocation.count].hash = TPM_ALG_SHA512; in Tpm2CommandAllocPcr()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c1839 case TPM_ALG_SHA512: in DriverEntry()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTpm20.h185 #define TPM_ALG_SHA512 (TPM_ALG_ID)(0x000D) macro