HomeSort by relevance Sort by last modified time
    Searched refs:check_tpmc (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/hardware_TPMCheck/
hardware_TPMCheck.py 51 def check_tpmc(subcommand, expected): function
76 return check_tpmc('getp %s' % index, '.*%s$' % perm)
127 check_tpmc(subcommand, tpmc_expected[subcommand])
134 check_tpmc('read 0x1008 0x5', '.* 4c 57 52 47$')
  /external/autotest/server/site_tests/firmware_TPMNotCorruptedDevMode/
firmware_TPMNotCorruptedDevMode.py 70 if self.check_tpmc(tpmc_output):
87 def check_tpmc(self, tpmc_output): member in class:firmware_TPMNotCorruptedDevMode

Completed in 73 milliseconds