Home
last modified time | relevance | path

Searched refs:GetCurveData (Results 1 – 5 of 5) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptEccMain.c133 GetCurveData( in GetCurveData() function
178 const ECC_CURVE_DATA *curve = GetCurveData(curveId); in CryptEccGetParameter()
438 const ECC_CURVE_DATA *C = GetCurveData(curveId); in BnGetCurvePrime()
449 const ECC_CURVE_DATA *C = GetCurveData(curveId); in BnGetCurveOrder()
736 const ECC_CURVE_DATA *C = GetCurveData(curveId); in CryptEccIsPointOnCurve()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/Ltc/
DTpmToLtcMath.h82 bnCurve_t *name = (ECC_CURVE_DATA *)GetCurveData(initializer)
/external/ms-tpm-20-ref/TPMCmd/tpm/include/Wolf/
DTpmToWolfMath.h78 bnCurve_t *name = (ECC_CURVE_DATA *)GetCurveData(initializer)
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DCryptEccMain_fp.h98 GetCurveData(
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ossl/
DTpmToOsslMath.c479 const ECC_CURVE_DATA *C = GetCurveData(curveId); in BnCurveInitialize()