HomeSort by relevance Sort by last modified time
    Searched refs:SAPI_RC_BAD_TCTI_STRUCTURE (Results 1 - 4 of 4) sorted by null

  /system/tpm/trunks/
error_codes.h 73 const TPM_RC SAPI_RC_BAD_TCTI_STRUCTURE = kSapiErrorBase + 15;
error_codes.cc 295 case trunks::SAPI_RC_BAD_TCTI_STRUCTURE:
296 return "SAPI_RC_BAD_TCTI_STRUCTURE";
tpm_utility_impl.cc 742 return SAPI_RC_BAD_TCTI_STRUCTURE;
822 return SAPI_RC_BAD_TCTI_STRUCTURE;
    [all...]
tpm_utility_test.cc     [all...]

Completed in 3314 milliseconds