Home | History | Annotate | Download | only in hosts

Lines Matching refs:TPM

162     """Verify that the host's TPM is in a good state."""
174 # "tpm": {
197 tpm = status['tpm']
198 if not tpm['enabled']:
200 'TPM is not enabled -- Hardware is not working.')
201 if not tpm['can_connect']:
203 ('TPM connect failed -- '
204 'last_error=%d.' % tpm['last_error']))
205 if tpm['owned'] and not tpm['can_load_srk']:
207 'Cannot load the TPM SRK')
208 if tpm['can_load_srk'] and not tpm['can_load_srk_pubkey']:
210 'Cannot load the TPM SRK public key')
217 return 'The host\'s TPM is available and working'
385 (TPMStatusVerifier, 'tpm', ['ssh']),
409 powerwash_triggers = ['tpm', 'good_au', 'ext4']
449 'tpm': Moblab DUTs don't run the tests that matter to this