Home | History | Annotate | Download | only in generator

Lines Matching full:curve

3626 2) is not a point on the curve of tpmKey;
5215 For an ECC object, the TPM will verify that the public key is on the curve of the key before the public
6230 point on the curve of the key
7042 curve)
7434 for an ECC key, the public key is not on the curve of the curve ID
7969 curve
9100 The curve parameters of the loaded ECC key are used to generate the ephemeral key.
9307 // The point in the key is not on the curve. Indicate that the key is bad.
9342 curve).
9347 inPoint is required to be on the curve of the key referenced by keyHandle (TPM_RC_ECC_POINT).
9563 This command returns the parameters of an ECC curve identified by its TCG-assigned curveID.
9620 ECC parameters for the selected curve
9661 Unsupported ECC curve ID
9677 // Get ECC curve parameters
9702 It is an error if inQsB or inQeB are not on the curve of keyA (TPM_RC_ECC_POINT).
9886 inQsB or inQeB is not on the curve of the key reference by keyA
9990 // Input points must be on the curve of keyA
15081 field modulus of the curve associated with signHandle
15085 order of the curve associated with signHandle
15110 c) if (x2, y2) is not a point on the curve of signHandle, return TPM_RC_ECC_POINT
15122 h) if (p1) is not a point on the curve of signHandle, return TPM_RC_ECC_POINT
15209 a point (M) on the curve used by signHandle
15297 either P1 or the point derived from s2 is not on the curve of
15496 // Get prime modulus for the curve. This is needed later but getting this now
15497 // allows confirmation that the curve exists
15500 // if no p, then the curve ID is bad
15520 do the hash operation on s2 with the size of curve 'p'
15542 // If there is a P1, make sure that it is on the curve
15601 // with the same curve. There is significant optimization by not
15602 // having to reload the curve parameters multiple times.
15686 The curve for the computed ephemeral point
31490 TPM_CAP_TPM_ECC_CURVES ? Returns a list of ECC curve identifiers currently available for use