Searched refs:SmogcheckError (Results 1 – 3 of 3) sorted by relevance
79 class SmogcheckError(Exception): class181 raise SmogcheckError('Error loading C library %s: %r' %222 raise SmogcheckError('Error closing TPM context object')241 raise SmogcheckError('Error creating tspi context')247 raise SmogcheckError('Error connecting to tspi context')253 raise SmogcheckError('Error getting TPM object from tspi context')274 raise SmogcheckError(msg)293 raise SmogcheckError(msg)320 raise SmogcheckError(msg)340 raise SmogcheckError('setPolicySecret(): pSecret cannot be None')[all …]
24 except smogcheck_tpm.SmogcheckError, e:63 except smogcheck_tpm.SmogcheckError, e:
40 except smogcheck_tpm.SmogcheckError as e:152 except smogcheck_tpm.SmogcheckError as e: