Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCapabilities.h44 #define MAX_ECC_CURVES (MAX_CAP_DATA / sizeof(TPM_ECC_CURVE)) macro
DTpmTypes.h1532 TPM_ECC_CURVE eccCurves[MAX_ECC_CURVES];
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptEccMain.c237 if(maxCount > MAX_ECC_CURVES) maxCount = MAX_ECC_CURVES; in CryptCapGetECCCurve()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableMarshalData.c1344 {RANGE(0, MAX_ECC_CURVES, UINT32)}},