HomeSort by relevance Sort by last modified time
    Searched defs:curveData (Results 1 - 2 of 2) sorted by null

  /external/tpm2/
CpriDataEcc.h 28 const ECC_CURVE_DATA *curveData; // the address of the curve data
CpriECC.c 93 return curve->curveData;
147 const ECC_CURVE_DATA *curveData = GetCurveData(curveId);
160 pAssert(groupContext != NULL && curveData != NULL);
175 BnFrom2B(bnP, curveData->p);
176 BnFrom2B(bnA, curveData->a);
177 BnFrom2B(bnB, curveData->b);
178 BnFrom2B(bnX, curveData->x);
179 BnFrom2B(bnY, curveData->y);
180 BnFrom2B(bnN, curveData->n);
181 BnFrom2B(bnH, curveData->h)
    [all...]

Completed in 274 milliseconds