Lines Matching refs:curveID
4245 5) If the key is an ECC key and the scheme required by the curveID is not the same as scheme in
4247 6) If the key is an ECC key and the KDF required by the curveID is not the same as kdf in the pubic
9183 CryptNewEccKey(eccKey->publicArea.parameters.eccDetail.curveID,
9189 eccKey->publicArea.parameters.eccDetail.curveID,
9414 eccKey->publicArea.parameters.eccDetail.curveID,
9443 This command returns the parameters of an ECC curve identified by its TCG-assigned curveID.
9468 curveID
9557 if(CryptEccGetParameters(in->curveID, &out->parameters))
9867 if(!CryptEccIsPointOnCurve(eccKey->publicArea.parameters.eccDetail.curveID,
9870 if(!CryptEccIsPointOnCurve(eccKey->publicArea.parameters.eccDetail.curveID,
9914 eccKey->publicArea.parameters.eccDetail.curveID,
9920 eccKey->publicArea.parameters.eccDetail.curveID,
15304 eccKey->publicArea.parameters.eccDetail.curveID);
15314 eccKey->publicArea.parameters.eccDetail.curveID,
15340 if(!CryptEccIsPointOnCurve(eccKey->publicArea.parameters.eccDetail.curveID,
15399 if(!CryptEccIsPointOnCurve(eccKey->publicArea.parameters.eccDetail.curveID,
15410 eccKey->publicArea.parameters.eccDetail.curveID,
15447 [r]G where G is the generator point associated with curveID.
15486 curveID
15596 in->curveID,
15599 CryptEccPointMultiply(&out->Q.t.point, in->curveID, &r, NULL);