Searched refs:TPM_RC_FAILURE (Results 1 – 13 of 13) sorted by relevance
/external/tpm2/ |
D | TpmFail.c | 220 marshalSize += MarshalUint32(TPM_RC_FAILURE, &buffer, &bufferSize); in TpmFailureMode() 359 marshalSize += MarshalUint32(TPM_RC_FAILURE, &buffer, &bufferSize); in TpmFailureMode()
|
D | ActivateCredential.c | 61 return TPM_RC_FAILURE; in TPM2_ActivateCredential()
|
D | ExecCommand.c | 110 result = TPM_RC_FAILURE; in ExecuteCommand()
|
D | tpm_types.h | 59 #define TPM_RC_FAILURE ((TPM_RC)(RC_VER1 + 0x001)) macro
|
D | CryptUtil.c | 56 return TPM_RC_FAILURE; in TranslateCryptErrors()
|
D | part3.txt | 741 TPM_CC_GetCapability (TPM_RC_FAILURE) and the command tag is TPM_ST_NO_SESSIONS 742 (TPM_RC_FAILURE). 755 … platform firmware (the CRTM) will issue TPM2_Startup() and receive TPM_RC_FAILURE 1446 Shutdown(STATE), the TPM shall enter Failure Mode and return TPM_RC_FAILURE. 1927 TPM_RC_FAILURE for any command other than TPM2_GetTestResult() and TPM2_GetCapability(). The 2176 testResult will be TPM_RC_SUCCESS. If any test failed, testResult will be TPM_RC_FAILURE. 2180 TPM_RC_FAILURE. 3603 41 return TPM_RC_FAILURE; 17137 TPM_RC_FAILURE.
|
D | tpm_generated.c | 7883 if (*target == TPM_RC_FAILURE) { in TPM_RC_Unmarshal()
|
D | part4.txt | 3399 86 result = TPM_RC_FAILURE; 19088 125 // If there is no command buffer, then just return TPM_RC_FAILURE 19115 152 marshalSize += MarshalUint32(TPM_RC_FAILURE, &buffer); 19279 300 marshalSize += MarshalUint32(TPM_RC_FAILURE, &buffer); 19358 33 return TPM_RC_FAILURE; 22286 TPM_RC_FAILURE internal error 22934 TPM_RC_FAILURE crypto error
|
/external/tpm2/generator/ |
D | structures.txt | 241 _NAME TPM_RC_FAILURE
|
D | raw_commands.txt | 1179 TPM_CC_GetCapability (TPM_RC_FAILURE) and the command tag is TPM_ST_NO_SESSIONS 1180 (TPM_RC_FAILURE). 1195 platform firmware (the CRTM) will issue TPM2_Startup() and receive TPM_RC_FAILURE 2208 Shutdown(STATE), the TPM shall enter Failure Mode and return TPM_RC_FAILURE. 2998 TPM_RC_FAILURE for any command other than TPM2_GetTestResult() and TPM2_GetCapability(). The 3350 testResult will be TPM_RC_SUCCESS. If any test failed, testResult will be TPM_RC_FAILURE. If the 3356 TPM_RC_FAILURE. 5967 return TPM_RC_FAILURE; 30909 TPM_RC_FAILURE.
|
D | raw_commands_fixed.txt | 1179 TPM_CC_GetCapability (TPM_RC_FAILURE) and the command tag is TPM_ST_NO_SESSIONS 1180 (TPM_RC_FAILURE). 1195 platform firmware (the CRTM) will issue TPM2_Startup() and receive TPM_RC_FAILURE 2208 Shutdown(STATE), the TPM shall enter Failure Mode and return TPM_RC_FAILURE. 2998 TPM_RC_FAILURE for any command other than TPM2_GetTestResult() and TPM2_GetCapability(). The 3350 testResult will be TPM_RC_SUCCESS. If any test failed, testResult will be TPM_RC_FAILURE. If the 3356 TPM_RC_FAILURE. 5969 return TPM_RC_FAILURE; 30920 TPM_RC_FAILURE.
|
D | raw_structures.txt | 4720 TPM_RC_FAILURE
|
D | raw_structures_fixed.txt | 4711 TPM_RC_FAILURE
|