Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tcg2PpVendorLibNull/
DTcg2PpVendorLibNull.c45 ASSERT (OperationRequest >= TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION); in Tcg2PpVendorLibExecutePendingRequest()
75 ASSERT (OperationRequest >= TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION); in Tcg2PpVendorLibHasValidRequest()
105 ASSERT (OperationRequest >= TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION); in Tcg2PpVendorLibSubmitRequestToPreOSFunction()
131 ASSERT (OperationRequest >= TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION); in Tcg2PpVendorLibGetUserConfirmationStatusFunction()
/device/linaro/bootloader/edk2/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/
DSmmTcg2PhysicalPresenceLib.c157 if (*OperationRequest >= TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION) { in Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunctionEx()
342 if (OperationRequest < TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION) { in Tcg2PhysicalPresenceLibGetUserConfirmationStatusFunction()
349 if (OperationRequest >= TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION) { in Tcg2PhysicalPresenceLibGetUserConfirmationStatusFunction()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTcgPhysicalPresence.h127 #define TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION 128 macro
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DDxeTcg2PhysicalPresenceLib.c675 if (TcgPpData->PPRequest >= TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION) { in Tcg2HaveValidTpmRequest()
761 if (TcgPpData->PPRequest >= TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION) { in Tcg2ExecutePendingTpmRequest()
855 if (TcgPpData->LastPPRequest >= TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION) { in Tcg2ExecutePendingTpmRequest()
1181 if (OperationRequest >= TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION) { in Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunction()