Home
last modified time | relevance | path

Searched refs:curveId (Results 1 – 7 of 7) sorted by relevance

/external/tpm2/
DCpriECC_fp.h13 TPM_ECC_CURVE curveId, // IN: the curve for the computations
23 TPM_ECC_CURVE curveId, // IN: the curve for the computations
34 TPM_ECC_CURVE curveId, // IN: the curve for the computations
42 TPM_ECC_CURVE curveId // IN: the curveID
46 TPM_ECC_CURVE curveId, // IN: the curve to use
53 _cpri__EccIsPointOnCurve(TPM_ECC_CURVE curveId, // IN: the curve selector
59 TPM_ECC_CURVE curveId, // IN: the curve identifier
72 TPM_ECC_CURVE curveId // IN: the curve for the key
79 TPM_ECC_CURVE curveId, // IN: the curve used in the signature process
91 TPM_ECC_CURVE curveId, // IN: the curve used in the signature process
DCpriECC.c47 return eccCurves[i].curveId; in _cpri__GetCurveIdByIndex()
74 TPM_ECC_CURVE curveId // IN: the curveID in _cpri__EccGetParametersByCurveId() argument
80 if(eccCurves[i].curveId == curveId) in _cpri__EccGetParametersByCurveId()
89 TPM_ECC_CURVE curveId // IN: the curveID in GetCurveData() argument
92 const ECC_CURVE *curve = _cpri__EccGetParametersByCurveId(curveId); in GetCurveData()
142 TPM_ECC_CURVE curveId, // IN: the ID of the curve in EccCurveInit() argument
147 const ECC_CURVE_DATA *curveData = GetCurveData(curveId); in EccCurveInit()
343 TPM_ECC_CURVE curveId, // IN: the curve to use in _cpri__EccPointMultiply() argument
361 if(Qin != NULL && !_cpri__EccIsPointOnCurve(curveId, Qin)) in _cpri__EccPointMultiply()
369 group = EccCurveInit(curveId, context); in _cpri__EccPointMultiply()
[all …]
Dstubs_ecc.c12 TPM_ECC_CURVE curveId // IN: the curveID in _cpri__EccGetParametersByCurveId() argument
18 if(eccCurves[i].curveId == curveId) in _cpri__EccGetParametersByCurveId()
31 return eccCurves[i].curveId; in _cpri__GetCurveIdByIndex()
DCryptUtil_fp.h97 TPM_ECC_CURVE curveId, // IN: the curve for the computation
121 TPM_ECC_CURVE curveId // IN: the curve id
124 TPM_ECC_CURVE curveId, // IN: ECC curve ID
128 TPM_ECC_CURVE curveId, // IN: curve selector
154 TPM_ECC_CURVE curveId // IN: The curve selector
DCpriDataEcc.h24 TPM_ECC_CURVE curveId; member
DCryptUtil.c1261 TPM_ECC_CURVE curveId // IN: the curve id in CryptEccGetParameter() argument
1264 const ECC_CURVE *curve = _cpri__EccGetParametersByCurveId(curveId); in CryptEccGetParameter()
1305 TPM_ECC_CURVE curveId // IN: The curve selector in CryptGetCurveSignScheme() argument
1308 const ECC_CURVE *curve = _cpri__EccGetParametersByCurveId(curveId); in CryptGetCurveSignScheme()
1377 TPM_ECC_CURVE curveId, // IN: curve selector in CryptEccPointMultiply() argument
1393 retVal = _cpri__EccPointMultiply(pOut, curveId, dIn, pIn, n); in CryptEccPointMultiply()
1697 TPM_ECC_CURVE curveId, // IN: ECC curve ID in CryptEccGetParameters() argument
1701 const ECC_CURVE *curve = _cpri__EccGetParametersByCurveId(curveId); in CryptEccGetParameters()
1707 parameters->curveID = curve->curveId; in CryptEccGetParameters()
1740 TPM_ECC_CURVE curveId, // IN: the curve for the computation in CryptEcc2PhaseKeyExchange() argument
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
DAlgorithmParametersSpi.java84 … ASN1ObjectIdentifier curveId = ASN1ObjectIdentifier.getInstance(params.getParameters()); in engineInit() local
86 curveName = ECNamedCurveTable.getName(curveId); in engineInit()
89 curveName = curveId.getId(); in engineInit()