Lines Matching refs:curveID
4247 5) If the key is an ECC key and the scheme required by the curveID is not the same as scheme in
4249 6) If the key is an ECC key and the KDF required by the curveID is not the same as kdf in the pubic
9194 CryptNewEccKey(eccKey->publicArea.parameters.eccDetail.curveID,
9200 eccKey->publicArea.parameters.eccDetail.curveID,
9425 eccKey->publicArea.parameters.eccDetail.curveID,
9454 This command returns the parameters of an ECC curve identified by its TCG-assigned curveID.
9479 curveID
9568 if(CryptEccGetParameters(in->curveID, &out->parameters))
9878 if(!CryptEccIsPointOnCurve(eccKey->publicArea.parameters.eccDetail.curveID,
9881 if(!CryptEccIsPointOnCurve(eccKey->publicArea.parameters.eccDetail.curveID,
9925 eccKey->publicArea.parameters.eccDetail.curveID,
9931 eccKey->publicArea.parameters.eccDetail.curveID,
15315 eccKey->publicArea.parameters.eccDetail.curveID);
15325 eccKey->publicArea.parameters.eccDetail.curveID,
15351 if(!CryptEccIsPointOnCurve(eccKey->publicArea.parameters.eccDetail.curveID,
15410 if(!CryptEccIsPointOnCurve(eccKey->publicArea.parameters.eccDetail.curveID,
15421 eccKey->publicArea.parameters.eccDetail.curveID,
15458 [r]G where G is the generator point associated with curveID.
15497 curveID
15607 in->curveID,
15610 CryptEccPointMultiply(&out->Q.t.point, in->curveID, &r, NULL);