Searched refs:MAX_ECC_CURVES (Results 1 – 8 of 8) sorted by relevance
16 #define MAX_ECC_CURVES (MAX_CAP_DATA/sizeof(TPM_ECC_CURVE)) macro
3599 if(maxCount > MAX_ECC_CURVES) maxCount = MAX_ECC_CURVES; in CryptCapGetECCCurve()
841 TPM_ECC_CURVE eccCurves[MAX_ECC_CURVES];
5580 if (target->count > MAX_ECC_CURVES) { in TPML_ECC_CURVE_Unmarshal()
1483 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_CURVES23579 2995 if(maxCount > MAX_ECC_CURVES) maxCount = MAX_ECC_CURVES;
1125 _MAX count MAX_ECC_CURVES
11694 eccCurves[count]{:MAX_ECC_CURVES}
11717 eccCurves [count] {:MAX_ECC_CURVES}