Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTcgPhysicalPresence.h93 #define TCG2_PHYSICAL_PRESENCE_NO_ACTION 0 macro
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DDxeTcg2PhysicalPresenceLib.c617 case TCG2_PHYSICAL_PRESENCE_NO_ACTION: in Tcg2HaveValidTpmRequest()
729 if (TcgPpData->PPRequest == TCG2_PHYSICAL_PRESENCE_NO_ACTION) { in Tcg2ExecutePendingTpmRequest()
746 TcgPpData->PPRequest = TCG2_PHYSICAL_PRESENCE_NO_ACTION; in Tcg2ExecutePendingTpmRequest()
808 TcgPpData->PPRequest = TCG2_PHYSICAL_PRESENCE_NO_ACTION; in Tcg2ExecutePendingTpmRequest()
862 if (TcgPpData->PPRequest != TCG2_PHYSICAL_PRESENCE_NO_ACTION) { in Tcg2ExecutePendingTpmRequest()
1044 if (TcgPpData.PPRequest == TCG2_PHYSICAL_PRESENCE_NO_ACTION) { in Tcg2PhysicalPresenceLibNeedUserConfirm()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
DTcg2Config.vfr112 …option text = STRING_TOKEN(STR_TCG2_NO_ACTION), value = TCG2_PHYSICAL_PRESENCE_NO_ACTION, flags = …
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
DOpalHii.c514 PpRequest = TCG2_PHYSICAL_PRESENCE_NO_ACTION; in DriverCallback()
542 PpRequest = TCG2_PHYSICAL_PRESENCE_NO_ACTION; in DriverCallback()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c1295 …rnCode = Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunction (TCG2_PHYSICAL_PRESENCE_NO_ACTION, 0); in Tcg2SetActivePCRBanks()