Lines Matching refs:curveId
7166 319 // The curveId must be valid or the unmarshaling is busted.
20843 969 TPM_ECC_CURVE curveId // IN: the curve id
20846 972 const ECC_CURVE *curve = _cpri__EccGetParametersByCurveId(curveId);
20893 1008 TPM_ECC_CURVE curveId // IN: The curve selector
20896 1011 const ECC_CURVE *curve = _cpri__EccGetParametersByCurveId(curveId);
20973 1053 TPM_ECC_CURVE curveId, // IN: curve selector
20997 1072 retVal = _cpri__EccPointMultiply(pOut, curveId, dIn, pIn, n);
21347 1306 TPM_ECC_CURVE curveId, // IN: ECC curve ID
21351 1310 const ECC_CURVE *curve = _cpri__EccGetParametersByCurveId(curveId);
21360 1319 parameters->curveID = curve->curveId;
21408 1359 TPM_ECC_CURVE curveId, // IN: the curve for the computation
21418 1369 curveId,
23665 3056 TPM_ECC_CURVE curveId = publicArea->parameters.eccDetail.cur…
23667 3058 keySizeInBytes = CryptEccGetKeySizeInBytes(curveId);
32571 14 TPM_ECC_CURVE curveId;
33088 19 return eccCurves[i].curveId;
33101 …n returns a pointer to the curve data that is associated with the indicated curveId. If there is no
33120 30 TPM_ECC_CURVE curveId // IN: the curveID
33126 36 if(eccCurves[i].curveId == curveId)
33133 43 TPM_ECC_CURVE curveId // IN: the curveID
33136 46 const ECC_CURVE *curve = _cpri__EccGetParametersByCurveId(curveId);
33197 83 TPM_ECC_CURVE curveId, // IN: the ID of the curve
33202 88 const ECC_CURVE_DATA *curveData = GetCurveData(curveId);
33459 264 TPM_ECC_CURVE curveId, // IN: the curve to use
33479 284 if(Qin != NULL && !_cpri__EccIsPointOnCurve(curveId, Qin))
33489 294 group = EccCurveInit(curveId, context);
33579 …If B or M is provided, they must be on the curve defined by curveId. This routine does not check t…
33603 373 TPM_ECC_CURVE curveId, // IN: the curve for the computa…
33639 409 if((group = EccCurveInit(curveId, context)) == NULL)
33750 497 TPM_ECC_CURVE curveId, // IN: the curve selector
33761 508 const ECC_CURVE_DATA *curveData = GetCurveData(curveId);
33836 559 TPM_ECC_CURVE curveId, // IN: the curve identifier
33848 571 const ECC_CURVE_DATA *curveData = GetCurveData(curveId);
33926 644 if( (retVal = _cpri__EccPointMultiply(Qout, curveId, dOut, NULL, NULL))
33957 663 TPM_ECC_CURVE curveId // IN: the curve for the key
33961 667 const ECC_CURVE_DATA *curveData = GetCurveData(curveId);
33975 681 retVal = _cpri__EccPointMultiply(Qout, curveId, dOut, NULL, NULL);
33992 691 TPM_ECC_CURVE curveId, // IN: the curve used in the signature
34014 707 const ECC_CURVE_DATA *curveData = GetCurveData(curveId);
34064 757 if( _cpri__EccPointMultiply(&R, curveId, &k, NULL, NULL)
34184 852 TPM_ECC_CURVE curveId, // IN: the curve used in signing
34193 861 const ECC_CURVE_DATA *curveData = GetCurveData(curveId);
34292 930 TPM_ECC_CURVE curveId, // IN: the curve used in signing
34306 944 const ECC_CURVE_DATA *curveData = GetCurveData(curveId);
34342 980 || (group = EccCurveInit(curveId, context)) == NULL
34413 1046 return EcDaa(rOut, sOut, curveId, dIn, NULL, &k);
34498 1106 TPM_ECC_CURVE curveId, // IN: the curve used in signing
34516 1124 const ECC_CURVE_DATA *curveData = GetCurveData(curveId);
34567 1170 if( _cpri__EccPointMultiply(&p2Br, curveId, &k, NULL, NULL)
34655 1243 TPM_ECC_CURVE curveId, // IN: the curve used in the signat…
34666 1254 return SignEcdsa(rOut, sOut, curveId, dIn, digest);
34672 1260 return EcDaa(rOut, sOut, curveId, dIn, digest, kIn);
34677 1265 return SchnorrEcc(rOut, sOut, hashAlg, curveId, dIn, digest, kIn);
34682 1270 return SignSM2(rOut, sOut, curveId, dIn, digest);
34711 1282 TPM_ECC_CURVE curveId, // IN: the curve used in the signature
34739 1310 const ECC_CURVE_DATA *curveData = GetCurveData(curveId);
34786 1352 || (group = EccCurveInit(curveId, context)) == NULL
34827 1393 if(_cpri__EccPointMultiply(&R, curveId, &U1, Qin, &U2) == CRYPT_SUCCESS)
34871 1419 TPM_ECC_CURVE curveId, // IN: the curve used in the signature
34883 1431 const ECC_CURVE_DATA *curveData = GetCurveData(curveId);
34912 1455 if(_cpri__EccPointMultiply(&pE, curveId, sIn, Qin, &minusR) != CRYPT_SUCCESS)
34958 1490 TPM_ECC_CURVE curveId, // IN: the curve used in the signa…
34972 1504 const ECC_CURVE_DATA *curveData = GetCurveData(curveId);
34989 1515 || (group = EccCurveInit(curveId, context)) == NULL)
35106 1615 TPM_ECC_CURVE curveId, // IN: the curve used in the sig…
35126 1630 retVal = ValidateSignatureEcdsa(rIn, sIn, curveId, Qin, digest);
35131 1635 retVal = ValidateSignatureEcSchnorr(rIn, sIn, hashAlg, curveId, Qin,
35138 1642 retVal = ValidateSignatureSM2Dsa(rIn, sIn, curveId, Qin, digest);
35196 1669 TPM_ECC_CURVE curveId, // IN: the curve for the computa…
35215 1688 const ECC_CURVE_DATA *curveData = GetCurveData(curveId);
35242 1715 if((group = EccCurveInit(curveId, context)) == NULL)
35371 1812 TPM_ECC_CURVE curveId, // IN: the curve for the computa…
35396 1831 const ECC_CURVE_DATA *curveData = GetCurveData(curveId);
35417 1852 if((group = EccCurveInit(curveId, context)) == NULL)
35509 1932 TPM_ECC_CURVE curveId, // IN: the curve for the computations
35521 1944 const ECC_CURVE_DATA *curveData = GetCurveData(curveId);
35531 1954 if((group = EccCurveInit(curveId, context)) == NULL)
35583 1990 TPM_ECC_CURVE curveId, // IN: the curve for the computatio…
35613 2015 return C_2_2_ECDH(outZ1, outZ2, curveId, dsA, deA, QsB, QeB);
35617 2019 return C_2_2_MQV(outZ1, curveId, dsA, deA, QsB, QeB);
35622 2024 return SM2KeyExchange(outZ1, curveId, dsA, deA, QsB, QeB);