Searched refs:bigPoint (Results 1 – 15 of 15) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | TpmToWolfMath_fp.h | 147 bigPoint pOut, // OUT: resulting point 165 bigPoint R, // OUT: computed point 177 bigPoint R, // OUT: computed point 191 bigPoint R, // OUT: computed point
|
D | TpmToLtcMath_fp.h | 112 bigPoint R, // OUT: computed point 124 bigPoint R, // OUT: computed point 141 bigPoint R, // OUT: computed point
|
D | TpmToOsslMath_fp.h | 187 bigPoint R, // OUT: computed point 200 bigPoint R, // OUT: computed point 215 bigPoint R, // OUT: computed point
|
D | BnConvert_fp.h | 112 bigPoint ecP, // OUT: the preallocated point structure 125 bigPoint ecP, // IN: the values to be converted
|
D | BnMemory_fp.h | 94 bigPoint pOut, 103 bigPoint p, // OUT: structure to receive pointers
|
D | CryptEccMain_fp.h | 248 bigPoint R, // OUT: computed point
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | SupportLibraryFunctionPrototypes_fp.h | 106 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);
|
D | BnValues.h | 226 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/ |
D | TpmToLtcMath.c | 203 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/ |
D | BnMemory.c | 160 bigPoint pOut, in BnPointCopy() 174 bigPoint p, // OUT: structure to receive pointers in BnInitializePoint()
|
D | BnConvert.c | 255 bigPoint ecP, // OUT: the preallocated point structure in BnPointFrom2B() 280 bigPoint ecP, // IN: the values to be converted in BnPointTo2B()
|
D | CryptEccSignature.c | 643 bigPoint ecQ, // IN: the public point of the key in BnValidateSignatureEcSm2() 712 bigPoint ecQ, // IN: the public point of the key in BnValidateSignatureEcSchnorr()
|
D | CryptEccMain.c | 529 bigPoint R, // OUT: computed point in BnPointMult()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/wolf/ |
D | TpmToWolfMath.c | 364 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/ |
D | TpmToOsslMath.c | 413 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()
|