Home
last modified time | relevance | path

Searched refs:TCTI_RC_GENERAL_FAILURE (Results 1 – 3 of 3) sorted by relevance

/system/tpm/trunks/
Dtpm_simulator_handle.cc73 return CreateErrorResponse(TCTI_RC_GENERAL_FAILURE); in SendCommandAndWait()
Derror_codes.h46 const TPM_RC TCTI_RC_GENERAL_FAILURE = kTctiErrorBase + 2; variable
Derror_codes.cc141 case trunks::TCTI_RC_GENERAL_FAILURE: return "TCTI_RC_GENERAL_FAILURE"; in GetErrorStringInternal()