Home
last modified time | relevance | path

Searched refs:MAX_ECC_CURVES (Results 1 – 8 of 8) sorted by relevance

/external/tpm2/
DCapabilities.h16 #define MAX_ECC_CURVES (MAX_CAP_DATA/sizeof(TPM_ECC_CURVE)) macro
DCryptUtil.c3599 if(maxCount > MAX_ECC_CURVES) maxCount = MAX_ECC_CURVES; in CryptCapGetECCCurve()
Dtpm_types.h841 TPM_ECC_CURVE eccCurves[MAX_ECC_CURVES];
Dtpm_generated.c5580 if (target->count > MAX_ECC_CURVES) { in TPML_ECC_CURVE_Unmarshal()
Dpart4.txt1483 9 #define MAX_ECC_CURVES (MAX_CAP_DATA/sizeof(TPM_ECC_CURVE))
23578 2994 // The maximum count of curves we may return is MAX_ECC_CURVES
23579 2995 if(maxCount > MAX_ECC_CURVES) maxCount = MAX_ECC_CURVES;
/external/tpm2/generator/
Dstructures.txt1125 _MAX count MAX_ECC_CURVES
Draw_structures.txt11694 eccCurves[count]{:MAX_ECC_CURVES}
Draw_structures_fixed.txt11717 eccCurves [count] {:MAX_ECC_CURVES}