Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dsmogcheck_tpm.py167 self.hTpm = c_uint32(0)
245 byref(self.hTpm)) != 0:
248 logging.info('Got tpm object from tspi context = 0x%x', self.hTpm.value)
262 result = self.tspi_lib.Tspi_TPM_GetStatus(self.hTpm, flag,
282 result = self.tspi_lib.Tspi_TPM_SetStatus(self.hTpm, flag, bValue)
291 def getPolicyObject(self, hTpm=None, hPolicy=None): argument
301 if hTpm is None:
302 hTpm = self.hTpm
308 hTpm.value, hPolicy.value)
309 result = self.tspi_lib.Tspi_GetPolicyObject(hTpm, TSS_POLICY_USAGE,
[all …]