Lines Matching refs:TPM_RC_ECC_POINT
3558 TPM_RC_ECC_POINT secret is invalid (when keyHandle is an ECC key)
4622 TPM_RC_ECC_POINT inSymSeed is nonempty and ECC point in inSymSeed is not on the
4717 58 // TPM_RC_ECC_POINT, TPM_RC_INSUFFICIENT, TPM_RC_KEY, TPM_RC_NO_RESULT,
5321 43 if(result == TPM_RC_ECC_POINT)
5363 inPoint is required to be on the curve of the key referenced by keyHandle (TPM_RC_ECC_POINT).
5456 34 // Compute Z. TPM_RC_ECC_POINT or TPM_RC_NO_RESULT may be returned here.
5571 It is an error if inQsB or inQeB are not on the curve of keyA (TPM_RC_ECC_POINT).
5669 … TPM_RC_ECC_POINT inQsB or inQeB is not on the curve of the key reference by keyA
5715 45 return TPM_RC_ECC_POINT + RC_ZGen_2Phase_inQsB;
5725 49 return TPM_RC_ECC_POINT + RC_ZGen_2Phase_inQeB;
8483 TPM_RC_ECC_POINT either P1 or the point derived from s2 is not on the curve of
8573 81 return TPM_RC_ECC_POINT + RC_Commit_s2;
8586 94 return TPM_RC_ECC_POINT + RC_Commit_P1;