Searched refs:bigCurve (Results 1 – 17 of 17) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | SupportLibraryFunctionPrototypes_fp.h | 106 BnEccModMult(bigPoint R, pointConst S, bigConst d, bigCurve E); 114 pointConst Q, bigConst u, bigCurve E); 121 BnEccAdd(bigPoint R, pointConst S, pointConst Q, bigCurve E); 128 LIB_EXPORT bigCurve 129 BnCurveInitialize(bigCurve E, TPM_ECC_CURVE curveId); 135 BnCurveFree(bigCurve E);
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | TpmToOsslMath_fp.h | 166 LIB_EXPORT bigCurve 168 bigCurve E, // IN: curve structure to initialize 177 bigCurve E 190 bigCurve E 205 bigCurve E // IN: curve 218 bigCurve E // IN: curve
|
D | TpmToLtcMath_fp.h | 115 bigCurve E 129 bigCurve E // IN: curve 144 bigCurve E // IN: curve
|
D | TpmToWolfMath_fp.h | 168 bigCurve E 182 bigCurve E // IN: curve 194 bigCurve E // IN: curve
|
D | CryptEccMain_fp.h | 225 bigCurve E // IN: the curve to check 253 bigCurve E // IN: curve parameters 279 bigCurve E, // IN: curve for the point
|
D | CryptEccSignature_fp.h | 52 bigCurve E, // IN: the curve used in the signature 91 bigCurve E, // IN: the curve used in the signature
|
D | BnConvert_fp.h | 126 bigCurve E // IN: curve descriptor for the point
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ossl/ |
D | TpmToOsslMath.c | 415 bigCurve E // IN: the curve in PointFromOssl() 447 bigCurve E in EcPointInitialized() 473 LIB_EXPORT bigCurve 475 bigCurve E, // IN: curve structure to initialize in BnCurveInitialize() 531 bigCurve E in BnCurveFree() 552 bigCurve E in BnEccModMult() 581 bigCurve E // IN: curve in BnEccModMult2() 611 bigCurve E // IN: curve in BnEccAdd()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/Ossl/ |
D | TpmToOsslMath.h | 87 typedef OSSL_CURVE_DATA *bigCurve; typedef 102 bigCurve name = BnCurveInitialize(&_##name, initializer)
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ltc/ |
D | TpmToLtcMath.c | 206 bigCurve E in BnEccModMult() 240 bigCurve E // IN: curve in BnEccModMult2() 277 bigCurve E // IN: curve in BnEccAdd()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
D | CryptEccSignature.c | 118 bigCurve E, // IN: the curve used in the signature in BnSignEcdsa() 212 bigCurve E, // IN: the curve used in signing in BnSignEcdaa() 312 bigCurve E, // IN: the curve used in signing in BnSignEcSchnorr() 403 bigCurve E, // IN: the curve used in signing in BnSignEcSm2() 581 bigCurve E, // IN: the curve used in the signature in BnValidateSignatureEcdsa() 641 bigCurve E, // IN: the curve used in the signature in BnValidateSignatureEcSm2() 710 bigCurve E, // IN: the curve used in the signature in BnValidateSignatureEcSchnorr()
|
D | CryptEccMain.c | 496 bigCurve E // IN: the curve to check in BnIsValidPrivateEcc() 534 bigCurve E // IN: curve parameters in BnPointMult() 616 bigCurve E, // IN: curve for the point in BnEccGenerateKeyPair()
|
D | BnConvert.c | 281 bigCurve E // IN: curve descriptor for the point in BnPointTo2B()
|
D | CryptEccKeyExchange.c | 269 bigCurve E in ComputeWForSM2()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/Ltc/ |
D | TpmToLtcMath.h | 74 typedef bnCurve_t *bigCurve; typedef
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/Wolf/ |
D | TpmToWolfMath.h | 73 typedef bnCurve_t *bigCurve; typedef
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/wolf/ |
D | TpmToWolfMath.c | 416 bigCurve E in BnEccModMult() 455 bigCurve E // IN: curve in BnEccModMult2() 495 bigCurve E // IN: curve in BnEccAdd()
|