Lines Matching refs:curveID
2690 5) If the key is an ECC key and the scheme required by the curveID is not the same as scheme in
2692 …6) If the key is an ECC key and the KDF required by the curveID is not the same as kdf in the pubic
5310 32 CryptNewEccKey(eccKey->publicArea.parameters.eccDetail.curveID,
5318 40 eccKey->publicArea.parameters.eccDetail.curveID,
5458 36 eccKey->publicArea.parameters.eccDetail.curveID,
5483 This command returns the parameters of an ECC curve identified by its TCG-assigned curveID.
5496 TPMI_ECC_CURVE curveID parameter set selector
5538 14 if(CryptEccGetParameters(in->curveID, &out->parameters))
5713 43 if(!CryptEccIsPointOnCurve(eccKey->publicArea.parameters.eccDetail.curveID,
5717 47 if(!CryptEccIsPointOnCurve(eccKey->publicArea.parameters.eccDetail.curveID,
5728 52 eccKey->publicArea.parameters.eccDetail.curveID,
5736 60 eccKey->publicArea.parameters.eccDetail.curveID,
8529 43 p = (TPM2B *)CryptEccGetParameter('p', parms->curveID);
8544 52 if(!CryptGenerateR(&r, NULL, parms->curveID, &eccKey->name))
8572 80 if(!CryptEccIsPointOnCurve(parms->curveID, pP2))
8585 93 if(!CryptEccIsPointOnCurve(parms->curveID, pP1))
8596 104 parms->curveID,
8637 [r]G where G is the generator point associated with curveID.
8661 TPMI_ECC_CURVE curveID The curve for the computed ephemeral point
8709 17 in->curveID,
8713 21 CryptEccPointMultiply(&out->Q.t.point, in->curveID, &r, NULL);