Home | History | Annotate | Download | only in tpm2

Lines Matching refs:MAX_ECC_CURVES

3599      // The maximum count of curves we may return is MAX_ECC_CURVES
3600 if(maxCount > MAX_ECC_CURVES) maxCount = MAX_ECC_CURVES;