Home
last modified time | relevance | path

Searched refs:capArea (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtspi_caps.c32 TSS_FLAG capArea, /* in */ in Tspi_Context_GetCapability() argument
52 switch (capArea) { in Tspi_Context_GetCapability()
62 result = internal_GetCap(tspContext, capArea, in Tspi_Context_GetCapability()
77 … result = RPC_GetCapability(tspContext, capArea, ulSubCapLength, rgbSubCap, in Tspi_Context_GetCapability()
81 LogDebug("Invalid capArea: 0x%x", capArea); in Tspi_Context_GetCapability()
Dtsp_caps_tpm.c75 TPM_CAPABILITY_AREA capArea, /* in */ in Transport_GetTPMCapability() argument
100 Trspi_LoadBlob_UINT32(&offset, capArea, data); in Transport_GetTPMCapability()
130 TCPA_CAPABILITY_AREA capArea, /* in */ in Transport_SetCapability() argument
155 Trspi_LoadBlob_UINT32(&offset, capArea, data); in Transport_SetCapability()
Dtspi_caps_tpm.c27 TSS_FLAG capArea, /* in */ in Tspi_TPM_GetCapability() argument
50 switch (capArea) { in Tspi_TPM_GetCapability()
68 tcsCapArea = (capArea == TSS_TPMCAP_ALG ? TPM_CAP_ALG : TPM_CAP_AUTH_ENCRYPT); in Tspi_TPM_GetCapability()
343 TSS_FLAG capArea, /* in */ in Tspi_TPM_GetCapabilitySigned() argument
Dtsp_caps.c31 internal_GetCap(TSS_HCONTEXT tspContext, TSS_FLAG capArea, UINT32 subCap, in internal_GetCap() argument
39 switch (capArea) { in internal_GetCap()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcs_caps.c37 TCPA_CAPABILITY_AREA capArea = TPM_CAP_VERSION_VAL; in get_current_version() local
44 result = TCSP_GetCapability_Internal(InternalContext, capArea, 0, NULL, &respSize, &resp); in get_current_version()
51 capArea = TCPA_CAP_VERSION; in get_current_version()
52 … result = TCSP_GetCapability_Internal(InternalContext, capArea, 0, NULL, &respSize, in get_current_version()
65 get_cap_uint32(TCPA_CAPABILITY_AREA capArea, BYTE *subCap, UINT32 subCapSize, UINT32 *v) in get_cap_uint32() argument
72 result = TCSP_GetCapability_Internal(InternalContext, capArea, subCapSize, subCap, in get_cap_uint32()
Dtcsi_caps_tpm.c32 TCPA_CAPABILITY_AREA capArea, /* in */ in TCSP_GetCapability_Internal() argument
45 if ((result = tpm_rqu_build(TPM_ORD_GetCapability, &offset, txBlob, capArea, subCapSize, in TCSP_GetCapability_Internal()
101 TCPA_CAPABILITY_AREA capArea, /* in */ in TCSP_SetCapability_Internal() argument
120 if ((result = tpm_rqu_build(TPM_ORD_SetCapability, &offset, txBlob, capArea, subCapSize, in TCSP_SetCapability_Internal()
Dtcsi_caps.c32 TCPA_CAPABILITY_AREA capArea, in internal_TCSGetCap() argument
44 switch (capArea) { in internal_TCSGetCap()
247 TCPA_CAPABILITY_AREA capArea, /* in */ in TCS_GetCapability_Internal() argument
267 return internal_TCSGetCap(hContext, capArea, ulSubCap, respSize, resp); in TCS_GetCapability_Internal()
Dtcs_key.c286 TCPA_CAPABILITY_AREA capArea = -1; in clearUnknownKeys() local
291 capArea = TCPA_CAP_KEY_HANDLE; in clearUnknownKeys()
293 if ((result = TCSP_GetCapability_Internal(hContext, capArea, 0, NULL, &respDataSize, in clearUnknownKeys()
350 TCPA_CAPABILITY_AREA capArea = -1;
353 capArea = TCPA_CAP_KEY_HANDLE;
355 if ((result = TCSP_GetCapability_Internal(hContext, capArea, 0, NULL,
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
Drpc_caps_tpm.c34 TCPA_CAPABILITY_AREA capArea; in tcs_wrap_GetCapability() local
49 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &capArea, 0, &data->comm)) in tcs_wrap_GetCapability()
70 result = TCSP_GetCapability_Internal(hContext, capArea, subCapSize, subCap, &respSize, in tcs_wrap_GetCapability()
146 TCPA_CAPABILITY_AREA capArea; in tcs_wrap_SetCapability() local
162 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &capArea, 0, &data->comm)) in tcs_wrap_SetCapability()
210 result = TCSP_SetCapability_Internal(hContext, capArea, subCapSize, subCap, valueSize, in tcs_wrap_SetCapability()
Drpc_caps.c34 TCPA_CAPABILITY_AREA capArea; in tcs_wrap_TCSGetCapability() local
49 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &capArea, 0, &data->comm)) in tcs_wrap_TCSGetCapability()
64 result = TCS_GetCapability_Internal(hContext, capArea, subCapSize, subCap, in tcs_wrap_TCSGetCapability()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
Drpc_caps_tpm.c30 TCPA_CAPABILITY_AREA capArea, /* in */ in RPC_GetTPMCapability_TP() argument
44 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &capArea, 0, &hte->comm)) in RPC_GetTPMCapability_TP()
82 TCPA_CAPABILITY_AREA capArea, /* in */ in RPC_GetCapabilitySigned_TP() argument
134 TCPA_CAPABILITY_AREA capArea, /* in */ in RPC_SetCapability_TP() argument
149 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &capArea, 0, &hte->comm)) in RPC_SetCapability_TP()
Drpc_caps.c30 TCPA_CAPABILITY_AREA capArea, /* in */ in RPC_GetCapability_TP() argument
44 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &capArea, 0, &hte->comm)) in RPC_GetCapability_TP()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtcs.h31 TPM_CAPABILITY_AREA capArea, // in
553 TPM_CAPABILITY_AREA capArea, // in
564 TPM_CAPABILITY_AREA capArea, // in
1070 TPM_CAPABILITY_AREA capArea, // in
Dtspi.h154 TSS_FLAG capArea, // in
412 TSS_FLAG capArea, // in
423 TSS_FLAG capArea, // in
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
Dtcs_api.c1400 TCPA_CAPABILITY_AREA capArea, /* in */ in RPC_GetTPMCapability() argument
1414 result = RPC_GetTPMCapability_TP(entry, capArea, subCapSize, subCap, in RPC_GetTPMCapability()
1427 TCPA_CAPABILITY_AREA capArea, /* in */ in RPC_SetCapability() argument
1442 result = RPC_SetCapability_TP(entry, capArea, subCapSize, subCap, in RPC_SetCapability()
1455 TCPA_CAPABILITY_AREA capArea, /* in */ in RPC_GetCapability() argument
1469 … result = RPC_GetCapability_TP(entry, capArea, subCapSize, subCap, respSize, in RPC_GetCapability()
1484 TCPA_CAPABILITY_AREA capArea, /* in */ in RPC_GetCapabilitySigned() argument
1502 … result = RPC_GetCapabilitySigned_TP(entry, keyHandle, antiReplay, capArea, in RPC_GetCapabilitySigned()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/
Dtcs_utils.h686 TCPA_CAPABILITY_AREA capArea, /* in */
694 TCPA_CAPABILITY_AREA capArea, /* in */
701 … TCPA_CAPABILITY_AREA capArea, /* in */