HomeSort by: relevance | last modified time | path
    Searched refs:tcsCapArea (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_caps_tpm.c 34 TPM_CAPABILITY_AREA tcsCapArea;
55 tcsCapArea = TCPA_CAP_ORD;
68 tcsCapArea = (capArea == TSS_TPMCAP_ALG ? TPM_CAP_ALG : TPM_CAP_AUTH_ENCRYPT);
108 tcsCapArea = TPM_CAP_NV_LIST;
115 tcsCapArea = TPM_CAP_NV_INDEX;
123 tcsCapArea = TCPA_CAP_PROPERTY;
235 tcsCapArea = TCPA_CAP_VERSION;
239 tcsCapArea = TPM_CAP_VERSION_VAL;
243 tcsCapArea = TPM_CAP_MFR;
250 tcsCapArea = TPM_CAP_SYM_MODE
    [all...]
tsp_caps_tpm.c 33 TPM_CAPABILITY_AREA tcsCapArea,
46 result |= Trspi_Hash_UINT32(&hashCtx, tcsCapArea);
58 if ((result = TCS_API(tspContext)->SetCapability(tspContext, tcsCapArea, sizeof(UINT32),

Completed in 15 milliseconds