Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dsmogcheck_tpm.py174 self.hTpm = c_uint32(0)
252 byref(self.hTpm)) != 0:
255 logging.info('Got tpm object from tspi context = 0x%x', self.hTpm.value)
269 result = self.tspi_lib.Tspi_TPM_GetStatus(self.hTpm, flag,
289 result = self.tspi_lib.Tspi_TPM_SetStatus(self.hTpm, flag, bValue)
298 def getPolicyObject(self, hTpm=None, hPolicy=None): argument
308 if hTpm is None:
309 hTpm = self.hTpm
315 hTpm.value, hPolicy.value)
316 result = self.tspi_lib.Tspi_GetPolicyObject(hTpm, TSS_POLICY_USAGE,
[all …]