Home
last modified time | relevance | path

Searched refs:tcsCapArea (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtspi_caps_tpm.c34 TPM_CAPABILITY_AREA tcsCapArea; in Tspi_TPM_GetCapability() local
55 tcsCapArea = TCPA_CAP_ORD; in Tspi_TPM_GetCapability()
68 tcsCapArea = (capArea == TSS_TPMCAP_ALG ? TPM_CAP_ALG : TPM_CAP_AUTH_ENCRYPT); in Tspi_TPM_GetCapability()
108 tcsCapArea = TPM_CAP_NV_LIST; in Tspi_TPM_GetCapability()
115 tcsCapArea = TPM_CAP_NV_INDEX; in Tspi_TPM_GetCapability()
123 tcsCapArea = TCPA_CAP_PROPERTY; in Tspi_TPM_GetCapability()
235 tcsCapArea = TCPA_CAP_VERSION; in Tspi_TPM_GetCapability()
239 tcsCapArea = TPM_CAP_VERSION_VAL; in Tspi_TPM_GetCapability()
243 tcsCapArea = TPM_CAP_MFR; in Tspi_TPM_GetCapability()
250 tcsCapArea = TPM_CAP_SYM_MODE; in Tspi_TPM_GetCapability()
[all …]
Dtsp_caps_tpm.c33 TPM_CAPABILITY_AREA tcsCapArea, in TSP_SetCapability() argument
46 result |= Trspi_Hash_UINT32(&hashCtx, tcsCapArea); in TSP_SetCapability()
58 if ((result = TCS_API(tspContext)->SetCapability(tspContext, tcsCapArea, sizeof(UINT32), in TSP_SetCapability()