Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/hardware_TPMCheck/
Dhardware_TPMCheck.py51 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/
Dfirmware_TPMNotCorruptedDevMode.py70 def check_tpmc(self, tpmc_output): member in firmware_TPMNotCorruptedDevMode
94 if self.check_tpmc(tpmc_output):
111 def check_tpmc(self, tpmc_output): member in firmware_TPMNotCorruptedDevMode