HomeSort by: relevance | last modified time | path
    Searched defs:capArea (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_caps.c 34 TCPA_CAPABILITY_AREA capArea;
49 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &capArea, 0, &data->comm))
64 result = TCS_GetCapability_Internal(hContext, capArea, subCapSize, subCap,
rpc_caps_tpm.c 34 TCPA_CAPABILITY_AREA capArea;
49 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &capArea, 0, &data->comm))
70 result = TCSP_GetCapability_Internal(hContext, capArea, subCapSize, subCap, &respSize,
146 TCPA_CAPABILITY_AREA capArea;
162 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &capArea, 0, &data->comm))
210 result = TCSP_SetCapability_Internal(hContext, capArea, subCapSize, subCap, valueSize,
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_caps.c 37 TCPA_CAPABILITY_AREA capArea = TPM_CAP_VERSION_VAL;
44 result = TCSP_GetCapability_Internal(InternalContext, capArea, 0, NULL, &respSize, &resp);
51 capArea = TCPA_CAP_VERSION;
52 result = TCSP_GetCapability_Internal(InternalContext, capArea, 0, NULL, &respSize,
65 get_cap_uint32(TCPA_CAPABILITY_AREA capArea, BYTE *subCap, UINT32 subCapSize, UINT32 *v)
72 result = TCSP_GetCapability_Internal(InternalContext, capArea, subCapSize, subCap,
tcs_key.c 286 TCPA_CAPABILITY_AREA capArea = -1;
291 capArea = TCPA_CAP_KEY_HANDLE;
293 if ((result = TCSP_GetCapability_Internal(hContext, capArea, 0, NULL, &respDataSize,
350 TCPA_CAPABILITY_AREA capArea = -1;
353 capArea = TCPA_CAP_KEY_HANDLE;
355 if ((result = TCSP_GetCapability_Internal(hContext, capArea, 0, NULL,

Completed in 51 milliseconds