Home
last modified time | relevance | path

Searched refs:bigPoint (Results 1 – 15 of 15) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DTpmToWolfMath_fp.h147 bigPoint pOut, // OUT: resulting point
165 bigPoint R, // OUT: computed point
177 bigPoint R, // OUT: computed point
191 bigPoint R, // OUT: computed point
DTpmToLtcMath_fp.h112 bigPoint R, // OUT: computed point
124 bigPoint R, // OUT: computed point
141 bigPoint R, // OUT: computed point
DTpmToOsslMath_fp.h187 bigPoint R, // OUT: computed point
200 bigPoint R, // OUT: computed point
215 bigPoint R, // OUT: computed point
DBnConvert_fp.h112 bigPoint ecP, // OUT: the preallocated point structure
125 bigPoint ecP, // IN: the values to be converted
DBnMemory_fp.h94 bigPoint pOut,
103 bigPoint p, // OUT: structure to receive pointers
DCryptEccMain_fp.h248 bigPoint R, // OUT: computed point
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DSupportLibraryFunctionPrototypes_fp.h106 BnEccModMult(bigPoint R, pointConst S, bigConst d, bigCurve E);
113 BnEccModMult2(bigPoint R, pointConst S, bigConst d,
121 BnEccAdd(bigPoint R, pointConst S, pointConst Q, bigCurve E);
DBnValues.h226 typedef bn_point_t *bigPoint; typedef
257 bigPoint name = BnPointFrom2B( \
263 bigPoint name = POINT_INITIALIZER(name)
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ltc/
DTpmToLtcMath.c203 bigPoint R, // OUT: computed point in BnEccModMult()
235 bigPoint R, // OUT: computed point in BnEccModMult2()
274 bigPoint R, // OUT: computed point in BnEccAdd()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DBnMemory.c160 bigPoint pOut, in BnPointCopy()
174 bigPoint p, // OUT: structure to receive pointers in BnInitializePoint()
DBnConvert.c255 bigPoint ecP, // OUT: the preallocated point structure in BnPointFrom2B()
280 bigPoint ecP, // IN: the values to be converted in BnPointTo2B()
DCryptEccSignature.c643 bigPoint ecQ, // IN: the public point of the key in BnValidateSignatureEcSm2()
712 bigPoint ecQ, // IN: the public point of the key in BnValidateSignatureEcSchnorr()
DCryptEccMain.c529 bigPoint R, // OUT: computed point in BnPointMult()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/wolf/
DTpmToWolfMath.c364 bigPoint pOut, // OUT: resulting point in PointFromWolf()
413 bigPoint R, // OUT: computed point in BnEccModMult()
450 bigPoint R, // OUT: computed point in BnEccModMult2()
492 bigPoint R, // OUT: computed point in BnEccAdd()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ossl/
DTpmToOsslMath.c413 bigPoint pOut, // OUT: resulting point in PointFromOssl()
549 bigPoint R, // OUT: computed point in BnEccModMult()
576 bigPoint R, // OUT: computed point in BnEccModMult2()
608 bigPoint R, // OUT: computed point in BnEccAdd()