HomeSort by relevance Sort by last modified time
    Searched refs:OperationRequest (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tcg2PpVendorLibNull/
Tcg2PpVendorLibNull.c 25 If OperationRequest < 128, then ASSERT().
28 @param[in] OperationRequest TPM physical presence operation request.
40 IN UINT32 OperationRequest,
45 ASSERT (OperationRequest >= TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION);
56 If OperationRequest < 128, then ASSERT().
58 @param[in] OperationRequest TPM physical presence operation request.
70 IN UINT32 OperationRequest,
75 ASSERT (OperationRequest >= TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION);
88 If OperationRequest < 128, then ASSERT().
90 @param[in] OperationRequest TPM physical presence operation request.
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/TcgPpVendorLibNull/
TcgPpVendorLibNull.c 25 If OperationRequest < 128, then ASSERT().
27 @param[in] OperationRequest TPM physical presence operation request.
38 IN UINT32 OperationRequest,
43 ASSERT (OperationRequest >= TCG_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION);
54 If OperationRequest < 128, then ASSERT().
56 @param[in] OperationRequest TPM physical presence operation request.
68 IN UINT32 OperationRequest,
73 ASSERT (OperationRequest >= TCG_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION);
86 If OperationRequest < 128, then ASSERT().
88 @param[in] OperationRequest TPM physical presence operation request.
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/TrEEPpVendorLibNull/
TrEEPpVendorLibNull.c 25 If OperationRequest < 128, then ASSERT().
28 @param[in] OperationRequest TPM physical presence operation request.
40 IN UINT32 OperationRequest,
45 ASSERT (OperationRequest >= TREE_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION);
56 If OperationRequest < 128, then ASSERT().
58 @param[in] OperationRequest TPM physical presence operation request.
70 IN UINT32 OperationRequest,
75 ASSERT (OperationRequest >= TREE_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION);
88 If OperationRequest < 128, then ASSERT().
90 @param[in] OperationRequest TPM physical presence operation request.
    [all...]
  /external/bcc/examples/usdt_sample/usdt_sample_lib1/include/usdt_sample_lib1/
lib1.h 12 class OperationRequest
15 OperationRequest(const std::string& input);
53 std::shared_future<OperationResponse> executeAsync(const OperationRequest& request);
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
Tcg2PpVendorLib.h 35 If OperationRequest < 128, then ASSERT().
38 @param[in] OperationRequest TPM physical presence operation request.
50 IN UINT32 OperationRequest,
62 If OperationRequest < 128, then ASSERT().
64 @param[in] OperationRequest TPM physical presence operation request.
76 IN UINT32 OperationRequest,
90 If OperationRequest < 128, then ASSERT().
92 @param[in] OperationRequest TPM physical presence operation request.
102 IN UINT32 OperationRequest,
115 If OperationRequest < 128, then ASSERT().
    [all...]
TcgPpVendorLib.h 69 If OperationRequest < 128, then ASSERT().
71 @param[in] OperationRequest TPM physical presence operation request.
82 IN UINT32 OperationRequest,
94 If OperationRequest < 128, then ASSERT().
96 @param[in] OperationRequest TPM physical presence operation request.
108 IN UINT32 OperationRequest,
122 If OperationRequest < 128, then ASSERT().
124 @param[in] OperationRequest TPM physical presence operation request.
133 IN UINT32 OperationRequest,
145 If OperationRequest < 128, then ASSERT().
    [all...]
TrEEPpVendorLib.h 72 If OperationRequest < 128, then ASSERT().
75 @param[in] OperationRequest TPM physical presence operation request.
87 IN UINT32 OperationRequest,
99 If OperationRequest < 128, then ASSERT().
101 @param[in] OperationRequest TPM physical presence operation request.
113 IN UINT32 OperationRequest,
127 If OperationRequest < 128, then ASSERT().
129 @param[in] OperationRequest TPM physical presence operation request.
138 IN UINT32 OperationRequest,
150 If OperationRequest < 128, then ASSERT().
    [all...]
Tcg2PhysicalPresenceLib.h 135 @param[in, out] Pointer to OperationRequest TPM physical presence operation request.
143 IN OUT UINT32 *OperationRequest,
156 @param[in] OperationRequest TPM physical presence operation request.
165 IN UINT32 OperationRequest,
177 @param[in] OperationRequest TPM physical presence operation request.
184 IN UINT32 OperationRequest
  /device/linaro/bootloader/edk2/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/
SmmTcg2PhysicalPresenceLib.c 94 @param[in, out] Pointer to OperationRequest TPM physical presence operation request.
102 IN OUT UINT32 *OperationRequest,
112 DEBUG ((EFI_D_INFO, "[TPM2] SubmitRequestToPreOSFunction, Request = %x, %x\n", *OperationRequest, *RequestParameter));
132 if ((*OperationRequest > TCG2_PHYSICAL_PRESENCE_NO_ACTION_MAX) &&
133 (*OperationRequest < TCG2_PHYSICAL_PRESENCE_STORAGE_MANAGEMENT_BEGIN) ) {
138 if ((PpData.PPRequest != *OperationRequest) ||
140 PpData.PPRequest = (UINT8)*OperationRequest;
157 if (*OperationRequest >= TCG2_PHYSICAL_PRESENCE_VENDOR_SPECIFIC_OPERATION) {
169 ReturnCode = Tcg2PpVendorLibSubmitRequestToPreOSFunction (*OperationRequest, Flags.PPFlags, *RequestParameter);
187 *OperationRequest = (UINT32)PpData.PPRequest;
    [all...]
  /external/bcc/examples/usdt_sample/usdt_sample_lib1/src/
lib1.cpp 15 OperationRequest::OperationRequest(const std::string& input_)
31 std::shared_future<OperationResponse> OperationProvider::executeAsync(const OperationRequest& request)
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
Tcg2Smm.c 122 UINT32 OperationRequest;
137 OperationRequest = mTcgNvs->PhysicalPresence.Request;
140 &OperationRequest,
143 mTcgNvs->PhysicalPresence.Request = OperationRequest;
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DxeTcg2PhysicalPresenceLib.c     [all...]
  /external/bcc/examples/usdt_sample/usdt_sample_app1/
main.cpp 132 auto responseFuture = op.executeAsync(OperationRequest(inputOss.str()));

Completed in 201 milliseconds