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

/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_caps.c32 TSS_FLAG capArea, /* in */
52 switch (capArea) {
62 result = internal_GetCap(tspContext, capArea,
77 result = RPC_GetCapability(tspContext, capArea, ulSubCapLength, rgbSubCap,
81 LogDebug("Invalid capArea: 0x%x", capArea);
31 Tspi_Context_GetCapability(TSS_HCONTEXT tspContext, TSS_FLAG capArea, UINT32 ulSubCapLength, BYTE * rgbSubCap, UINT32 * pulRespDataLength, BYTE ** prgbRespData) argument
H A Dtsp_caps_tpm.c75 TPM_CAPABILITY_AREA capArea, /* in */
100 Trspi_LoadBlob_UINT32(&offset, capArea, data);
130 TCPA_CAPABILITY_AREA capArea, /* in */
155 Trspi_LoadBlob_UINT32(&offset, capArea, data);
74 Transport_GetTPMCapability(TSS_HCONTEXT tspContext, TPM_CAPABILITY_AREA capArea, UINT32 subCapLen, BYTE* subCap, UINT32* respLen, BYTE** resp) argument
129 Transport_SetCapability(TSS_HCONTEXT tspContext, TCPA_CAPABILITY_AREA capArea, UINT32 subCapSize, BYTE * subCap, UINT32 valueSize, BYTE * value, TPM_AUTH *ownerAuth) argument
H A Dtsp_caps.c31 internal_GetCap(TSS_HCONTEXT tspContext, TSS_FLAG capArea, UINT32 subCap, argument
39 switch (capArea) {
H A Dtspi_caps_tpm.c27 TSS_FLAG capArea, /* in */
50 switch (capArea) {
66 /* Test capArea again here in order to keep from having to duplicate the switch
68 tcsCapArea = (capArea == TSS_TPMCAP_ALG ? TPM_CAP_ALG : TPM_CAP_AUTH_ENCRYPT);
343 TSS_FLAG capArea, /* in */
26 Tspi_TPM_GetCapability(TSS_HTPM hTPM, TSS_FLAG capArea, UINT32 ulSubCapLength, BYTE * rgbSubCap, UINT32 * pulRespDataLength, BYTE ** prgbRespData) argument
341 Tspi_TPM_GetCapabilitySigned(TSS_HTPM hTPM, TSS_HTPM hKey, TSS_FLAG capArea, UINT32 ulSubCapLength, BYTE * rgbSubCap, TSS_VALIDATION * pValidationData, UINT32 * pulRespDataLength, BYTE ** prgbRespData) argument
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_caps.c34 TCPA_CAPABILITY_AREA capArea; local
49 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &capArea, 0, &data->comm))
64 result = TCS_GetCapability_Internal(hContext, capArea, subCapSize, subCap,
H A Drpc_caps_tpm.c34 TCPA_CAPABILITY_AREA capArea; local
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; local
162 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &capArea, 0, &data->comm))
210 result = TCSP_SetCapability_Internal(hContext, capArea, subCapSize, subCap, valueSize,
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_caps.c37 TCPA_CAPABILITY_AREA capArea = TPM_CAP_VERSION_VAL; local
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) argument
72 result = TCSP_GetCapability_Internal(InternalContext, capArea, subCapSize, subCap,
H A Dtcsi_caps_tpm.c32 TCPA_CAPABILITY_AREA capArea, /* in */
45 if ((result = tpm_rqu_build(TPM_ORD_GetCapability, &offset, txBlob, capArea, subCapSize,
101 TCPA_CAPABILITY_AREA capArea, /* in */
120 if ((result = tpm_rqu_build(TPM_ORD_SetCapability, &offset, txBlob, capArea, subCapSize,
31 TCSP_GetCapability_Internal(TCS_CONTEXT_HANDLE hContext, TCPA_CAPABILITY_AREA capArea, UINT32 subCapSize, BYTE * subCap, UINT32 * respSize, BYTE ** resp) argument
100 TCSP_SetCapability_Internal(TCS_CONTEXT_HANDLE hContext, TCPA_CAPABILITY_AREA capArea, UINT32 subCapSize, BYTE * subCap, UINT32 valueSize, BYTE * value, TPM_AUTH * pOwnerAuth) argument
H A Dtcsi_caps.c32 TCPA_CAPABILITY_AREA capArea,
44 switch (capArea) {
247 TCPA_CAPABILITY_AREA capArea, /* in */
267 return internal_TCSGetCap(hContext, capArea, ulSubCap, respSize, resp);
31 internal_TCSGetCap(TCS_CONTEXT_HANDLE hContext, TCPA_CAPABILITY_AREA capArea, UINT32 subCap, UINT32 * respSize, BYTE ** resp) argument
246 TCS_GetCapability_Internal(TCS_CONTEXT_HANDLE hContext, TCPA_CAPABILITY_AREA capArea, UINT32 subCapSize, BYTE * subCap, UINT32 * respSize, BYTE ** resp ) argument
H A Dtcs_key.c286 TCPA_CAPABILITY_AREA capArea = -1; local
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,
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_caps.c30 TCPA_CAPABILITY_AREA capArea, /* in */
44 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &capArea, 0, &hte->comm))
29 RPC_GetCapability_TP(struct host_table_entry *hte, TCPA_CAPABILITY_AREA capArea, UINT32 subCapSize, BYTE * subCap, UINT32 * respSize, BYTE ** resp) argument
H A Drpc_caps_tpm.c30 TCPA_CAPABILITY_AREA capArea, /* in */
44 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &capArea, 0, &hte->comm))
82 TCPA_CAPABILITY_AREA capArea, /* in */
134 TCPA_CAPABILITY_AREA capArea, /* in */
149 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &capArea, 0, &hte->comm))
29 RPC_GetTPMCapability_TP(struct host_table_entry *hte, TCPA_CAPABILITY_AREA capArea, UINT32 subCapSize, BYTE * subCap, UINT32 * respSize, BYTE ** resp) argument
79 RPC_GetCapabilitySigned_TP(struct host_table_entry *hte, TCS_KEY_HANDLE keyHandle, TCPA_NONCE antiReplay, TCPA_CAPABILITY_AREA capArea, UINT32 subCapSize, BYTE * subCap, TPM_AUTH * privAuth, TCPA_VERSION * Version, UINT32 * respSize, BYTE ** resp, UINT32 * sigSize, BYTE ** sig) argument
133 RPC_SetCapability_TP(struct host_table_entry *hte, TCPA_CAPABILITY_AREA capArea, UINT32 subCapSize, BYTE * subCap, UINT32 valueSize, BYTE * value, TPM_AUTH * pOwnerAuth) argument
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/tss/
H A 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
H A Dtspi.h154 TSS_FLAG capArea, // in
412 TSS_FLAG capArea, // in
423 TSS_FLAG capArea, // in
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c1400 TCPA_CAPABILITY_AREA capArea, /* in */
1414 result = RPC_GetTPMCapability_TP(entry, capArea, subCapSize, subCap,
1427 TCPA_CAPABILITY_AREA capArea, /* in */
1442 result = RPC_SetCapability_TP(entry, capArea, subCapSize, subCap,
1455 TCPA_CAPABILITY_AREA capArea, /* in */
1469 result = RPC_GetCapability_TP(entry, capArea, subCapSize, subCap, respSize,
1484 TCPA_CAPABILITY_AREA capArea, /* in */
1502 result = RPC_GetCapabilitySigned_TP(entry, keyHandle, antiReplay, capArea,
1399 RPC_GetTPMCapability(TSS_HCONTEXT tspContext, TCPA_CAPABILITY_AREA capArea, UINT32 subCapSize, BYTE * subCap, UINT32 * respSize, BYTE ** resp) argument
1426 RPC_SetCapability(TSS_HCONTEXT tspContext, TCPA_CAPABILITY_AREA capArea, UINT32 subCapSize, BYTE * subCap, UINT32 valueSize, BYTE * value, TPM_AUTH *ownerAuth) argument
1454 RPC_GetCapability(TSS_HCONTEXT tspContext, TCPA_CAPABILITY_AREA capArea, UINT32 subCapSize, BYTE * subCap, UINT32 * respSize, BYTE ** resp) argument
1481 RPC_GetCapabilitySigned(TSS_HCONTEXT tspContext, TCS_KEY_HANDLE keyHandle, TCPA_NONCE antiReplay, TCPA_CAPABILITY_AREA capArea, UINT32 subCapSize, BYTE * subCap, TPM_AUTH * privAuth, TCPA_VERSION * Version, UINT32 * respSize, BYTE ** resp, UINT32 * sigSize, BYTE ** sig) argument
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h686 TCPA_CAPABILITY_AREA capArea, /* in */
694 TCPA_CAPABILITY_AREA capArea, /* in */
701 TCPA_CAPABILITY_AREA capArea, /* in */

Completed in 214 milliseconds