Searched refs:TPM_RC_ECC_POINT (Results 1 – 13 of 13) sorted by relevance
/external/tpm2/ |
D | ZGen_2Phase.c | 63 return TPM_RC_ECC_POINT + RC_ZGen_2Phase_inQsB; in TPM2_ZGen_2Phase() 68 return TPM_RC_ECC_POINT + RC_ZGen_2Phase_inQeB; in TPM2_ZGen_2Phase()
|
D | Commit.c | 101 return TPM_RC_ECC_POINT + RC_Commit_s2; in TPM2_Commit() 114 return TPM_RC_ECC_POINT + RC_Commit_P1; in TPM2_Commit()
|
D | ECDH_KeyGen.c | 55 if(result == TPM_RC_ECC_POINT) in TPM2_ECDH_KeyGen()
|
D | tpm_types.h | 126 #define TPM_RC_ECC_POINT ((TPM_RC)(RC_FMT1 + 0x027)) macro
|
D | CryptUtil.c | 52 return TPM_RC_ECC_POINT; in TranslateCryptErrors()
|
D | part3.txt | 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; [all …]
|
D | tpm_generated.c | 8084 if (*target == TPM_RC_ECC_POINT) { in TPM_RC_Unmarshal()
|
D | part4.txt | 19326 TPM_RC_ECC_POINT CRYPT_POINT 19349 29 return TPM_RC_ECC_POINT; 20966 TPM_RC_ECC_POINT invalid optional ECC point pIn 20999 1074 // CRYPT_POINT->TPM_RC_ECC_POINT and CRYPT_NO_RESULT->TPM_RC_NO_RESULT 22278 TPM_RC_ECC_POINT ECC point in the secret is not on the curve
|
/external/tpm2/generator/ |
D | structures.txt | 308 _NAME TPM_RC_ECC_POINT
|
D | raw_commands.txt | 5849 TPM_RC_ECC_POINT 7864 TPM_RC_ECC_POINT 8078 // TPM_RC_ECC_POINT, TPM_RC_INSUFFICIENT, TPM_RC_KEY, TPM_RC_NO_RESULT, 9192 if(result == TPM_RC_ECC_POINT) 9230 inPoint is required to be on the curve of the key referenced by keyHandle (TPM_RC_ECC_POINT). 9337 TPM_RC_ECC_POINT 9412 // Compute Z. TPM_RC_ECC_POINT or TPM_RC_NO_RESULT may be returned here. 9581 It is an error if inQsB or inQeB are not on the curve of keyA (TPM_RC_ECC_POINT). 9760 TPM_RC_ECC_POINT 9869 return TPM_RC_ECC_POINT + RC_ZGen_2Phase_inQsB; [all …]
|
D | raw_commands_fixed.txt | 5851 TPM_RC_ECC_POINT 7875 TPM_RC_ECC_POINT 8089 // TPM_RC_ECC_POINT, TPM_RC_INSUFFICIENT, TPM_RC_KEY, TPM_RC_NO_RESULT, 9203 if(result == TPM_RC_ECC_POINT) 9241 inPoint is required to be on the curve of the key referenced by keyHandle (TPM_RC_ECC_POINT). 9348 TPM_RC_ECC_POINT 9423 // Compute Z. TPM_RC_ECC_POINT or TPM_RC_NO_RESULT may be returned here. 9592 It is an error if inQsB or inQeB are not on the curve of keyA (TPM_RC_ECC_POINT). 9771 TPM_RC_ECC_POINT 9880 return TPM_RC_ECC_POINT + RC_ZGen_2Phase_inQsB; [all …]
|
D | raw_structures.txt | 5209 TPM_RC_ECC_POINT
|
D | raw_structures_fixed.txt | 5200 TPM_RC_ECC_POINT
|