Home
last modified time | relevance | path

Searched defs:curveData (Results 1 – 2 of 2) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCryptEcc.h52 const ECC_CURVE_DATA *curveData; // the address of the curve data member
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DMiscUtils.java27 CubicCurveData curveData = shapeData.getCurves().get(i); in getPathFromData() local