OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:check_tpmc
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/firmware_Cr50VirtualNVRam/
firmware_Cr50VirtualNVRam.py
25
def
check_tpmc
(subcommand, expected):
function
40
check_tpmc
(subcommand, '.*failed.*%s.*' % expected_error)
61
bid =
check_tpmc
('read 0x3fff00 0xc',
65
check_tpmc
('read 0x3fff00 0x6',
73
check_tpmc
('read 0x3fff00 0x0', '')
76
check_tpmc
('read 0x3fff73 0x0', '')
79
check_tpmc
('read 0x3fffff 0x0', '')
177
check_tpmc
(self.__get_define_cmd('01 4f aa df', 12),
183
check_tpmc
(self.__get_undefine_cmd('01 4f aa df'),
207
public =
check_tpmc
(('raw
[
all
...]
/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
92
if self.
check_tpmc
(kernel_rollback_space):
112
def
check_tpmc
(self, tpmc_output):
member in class:firmware_TPMNotCorruptedDevMode
Completed in 486 milliseconds