Lines Matching refs:tpm
373 tpm = status['tpm']
374 if not tpm['enabled']:
377 if not tpm['can_connect']:
380 'last_error=%d.' % tpm['last_error']))
381 if tpm['owned'] and not tpm['can_load_srk']:
384 if tpm['can_load_srk'] and not tpm['can_load_srk_pubkey']:
1415 self.tpm = self['tpm']
1420 return self.tpm.get('enabled') == True
1425 return self.tpm.get('owned') == True
1430 return self.tpm.get('can_load_srk') == True
1435 return self.tpm.get('can_load_srk_pubkey') == True