Home
last modified time | relevance | path

Searched refs:TPM_RH_PLATFORM (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/
DDxeTrEEPhysicalPresenceLib.c92 Status = Tpm2ClearControl (TPM_RH_PLATFORM, AuthSession, NO); in TpmCommandClear()
98 Status = Tpm2Clear (TPM_RH_PLATFORM, AuthSession); in TpmCommandClear()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DDxeTcg2PhysicalPresenceLib.c94 Status = Tpm2ClearControl (TPM_RH_PLATFORM, AuthSession, NO); in Tpm2CommandClear()
100 Status = Tpm2Clear (TPM_RH_PLATFORM, AuthSession); in Tpm2CommandClear()
134 Status = Tpm2ChangeEPS (TPM_RH_PLATFORM, AuthSession); in Tpm2CommandChangeEps()
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2Integrity.c650 TPM_RH_PLATFORM, in Tpm2PcrAllocateBanks()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTpm20.h677 #define TPM_RH_PLATFORM (TPM_RH)(0x4000000C) macro