Home
last modified time | relevance | path

Searched refs:OperationRequest (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/TcgPpVendorLibNull/
DTcgPpVendorLibNull.c38 IN UINT32 OperationRequest, in TcgPpVendorLibExecutePendingRequest() argument
43 ASSERT (OperationRequest >= TCG_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION); in TcgPpVendorLibExecutePendingRequest()
68 IN UINT32 OperationRequest, in TcgPpVendorLibHasValidRequest() argument
73 ASSERT (OperationRequest >= TCG_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION); in TcgPpVendorLibHasValidRequest()
97 IN UINT32 OperationRequest, in TcgPpVendorLibSubmitRequestToPreOSFunction() argument
101 ASSERT (OperationRequest >= TCG_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION); in TcgPpVendorLibSubmitRequestToPreOSFunction()
123 IN UINT32 OperationRequest, in TcgPpVendorLibGetUserConfirmationStatusFunction() argument
127 ASSERT (OperationRequest >= TCG_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION); in TcgPpVendorLibGetUserConfirmationStatusFunction()
/device/linaro/bootloader/edk2/SecurityPkg/Library/TrEEPpVendorLibNull/
DTrEEPpVendorLibNull.c40 IN UINT32 OperationRequest, in TrEEPpVendorLibExecutePendingRequest() argument
45 ASSERT (OperationRequest >= TREE_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION); in TrEEPpVendorLibExecutePendingRequest()
70 IN UINT32 OperationRequest, in TrEEPpVendorLibHasValidRequest() argument
75 ASSERT (OperationRequest >= TREE_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION); in TrEEPpVendorLibHasValidRequest()
99 IN UINT32 OperationRequest, in TrEEPpVendorLibSubmitRequestToPreOSFunction() argument
103 ASSERT (OperationRequest >= TREE_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION); in TrEEPpVendorLibSubmitRequestToPreOSFunction()
125 IN UINT32 OperationRequest, in TrEEPpVendorLibGetUserConfirmationStatusFunction() argument
129 ASSERT (OperationRequest >= TREE_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION); in TrEEPpVendorLibGetUserConfirmationStatusFunction()
/device/linaro/bootloader/edk2/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/
DSmmTcg2PhysicalPresenceLib.c102 IN OUT UINT32 *OperationRequest, in Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunctionEx() argument
112 …DEBUG ((EFI_D_INFO, "[TPM2] SubmitRequestToPreOSFunction, Request = %x, %x\n", *OperationRequest, … in Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunctionEx()
132 if ((*OperationRequest > TCG2_PHYSICAL_PRESENCE_NO_ACTION_MAX) && in Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunctionEx()
133 (*OperationRequest < TCG2_PHYSICAL_PRESENCE_STORAGE_MANAGEMENT_BEGIN) ) { in Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunctionEx()
138 if ((PpData.PPRequest != *OperationRequest) || in Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunctionEx()
140 PpData.PPRequest = (UINT8)*OperationRequest; in Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunctionEx()
157 if (*OperationRequest >= TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION) { in Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunctionEx()
169 …ReturnCode = Tcg2PpVendorLibSubmitRequestToPreOSFunction (*OperationRequest, Flags.PPFlags, *Reque… in Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunctionEx()
187 *OperationRequest = (UINT32)PpData.PPRequest; in Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunctionEx()
212 IN UINT32 OperationRequest, in Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunction() argument
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tcg2PpVendorLibNull/
DTcg2PpVendorLibNull.c40 IN UINT32 OperationRequest, in Tcg2PpVendorLibExecutePendingRequest() argument
45 ASSERT (OperationRequest >= TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION); in Tcg2PpVendorLibExecutePendingRequest()
70 IN UINT32 OperationRequest, in Tcg2PpVendorLibHasValidRequest() argument
75 ASSERT (OperationRequest >= TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION); in Tcg2PpVendorLibHasValidRequest()
100 IN UINT32 OperationRequest, in Tcg2PpVendorLibSubmitRequestToPreOSFunction() argument
105 ASSERT (OperationRequest >= TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION); in Tcg2PpVendorLibSubmitRequestToPreOSFunction()
127 IN UINT32 OperationRequest, in Tcg2PpVendorLibGetUserConfirmationStatusFunction() argument
131 ASSERT (OperationRequest >= TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION); in Tcg2PpVendorLibGetUserConfirmationStatusFunction()
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTcg2PpVendorLib.h50 IN UINT32 OperationRequest,
76 IN UINT32 OperationRequest,
102 IN UINT32 OperationRequest,
125 IN UINT32 OperationRequest,
DTcgPpVendorLib.h82 IN UINT32 OperationRequest,
108 IN UINT32 OperationRequest,
133 IN UINT32 OperationRequest,
155 IN UINT32 OperationRequest,
DTrEEPpVendorLib.h87 IN UINT32 OperationRequest,
113 IN UINT32 OperationRequest,
138 IN UINT32 OperationRequest,
160 IN UINT32 OperationRequest,
DTcg2PhysicalPresenceLib.h143 IN OUT UINT32 *OperationRequest,
165 IN UINT32 OperationRequest,
184 IN UINT32 OperationRequest
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DDxeTcg2PhysicalPresenceLib.c1131 IN UINT32 OperationRequest, in Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunction() argument
1140 …DEBUG ((EFI_D_INFO, "[TPM2] SubmitRequestToPreOSFunction, Request = %x, %x\n", OperationRequest, R… in Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunction()
1158 if ((OperationRequest > TCG2_PHYSICAL_PRESENCE_NO_ACTION_MAX) && in Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunction()
1159 (OperationRequest < TCG2_PHYSICAL_PRESENCE_STORAGE_MANAGEMENT_BEGIN) ) { in Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunction()
1163 if ((PpData.PPRequest != OperationRequest) || in Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunction()
1165 PpData.PPRequest = (UINT8)OperationRequest; in Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunction()
1181 if (OperationRequest >= TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION) { in Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunction()
1193 …return Tcg2PpVendorLibSubmitRequestToPreOSFunction (OperationRequest, Flags.PPFlags, RequestParame… in Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunction()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
DTcg2Smm.c122 UINT32 OperationRequest; in PhysicalPresenceCallback() local
137 OperationRequest = mTcgNvs->PhysicalPresence.Request; in PhysicalPresenceCallback()
140 &OperationRequest, in PhysicalPresenceCallback()
143 mTcgNvs->PhysicalPresence.Request = OperationRequest; in PhysicalPresenceCallback()