OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fwmp
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/site_tests/firmware_SetFWMP/
firmware_SetFWMP.py
14
"""Set the
FWMP
flags and dev_key_hash."""
41
# Set the
FWMP
flags using a dev key hash
45
fwmp
= cryptohome.get_fwmp()
46
if flags and
fwmp
['flags'] != str(int(flags, 16)):
47
raise error.TestFail('Unexpected
FWMP
status: %s',
fwmp
)
/external/autotest/server/site_tests/firmware_Cr50FactoryResetVC/
firmware_Cr50FactoryResetVC.py
65
"""Returns True if
FWMP
is locking out CCD."""
70
"""Change the
FWMP
to enable or disable ccd.
73
enable: True if
FWMP
flags should lock out ccd.
75
logging.info('%sing
FWMP
ccd lockout', 'enabl' if enable else 'clear')
78
logging.info('Setting
FWMP
flags to %s', flags)
83
raise error.TestError('Could not %s
fwmp
lockout' %
129
fwmp
, wp, password = self.get_relevant_state()
130
return '
fwmp
%s wp %s password %s' % ('set' if
fwmp
else 'cleared',
163
"""Verify
FWMP
disable with different flag values.""
[
all
...]
Completed in 147 milliseconds