Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dsmogcheck_tpm.py72 class SmogcheckError(Exception): class
174 raise SmogcheckError('Error loading C library %s: %r' %
215 raise SmogcheckError('Error closing TPM context object')
234 raise SmogcheckError('Error creating tspi context')
240 raise SmogcheckError('Error connecting to tspi context')
246 raise SmogcheckError('Error getting TPM object from tspi context')
267 raise SmogcheckError(msg)
286 raise SmogcheckError(msg)
313 raise SmogcheckError(msg)
333 raise SmogcheckError('setPolicySecret(): pSecret cannot be None')
[all …]
/external/autotest/client/site_tests/hardware_TPMtspi/
Dhardware_TPMtspi.py24 except smogcheck_tpm.SmogcheckError, e:
63 except smogcheck_tpm.SmogcheckError, e:
/external/autotest/client/site_tests/hardware_TPMTakeOwnership/
Dhardware_TPMTakeOwnership.py40 except smogcheck_tpm.SmogcheckError as e:
152 except smogcheck_tpm.SmogcheckError as e: