Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_vboot.py56 def run_bootm(sha_algo, test_type, expect_string, boots): argument
71 with cons.log.section('Verified boot %s %s' % (sha_algo, test_type)):
91 def sign_fit(sha_algo): argument
101 cons.log.action('%s: Sign images' % sha_algo)
105 def test_with_algo(sha_algo): argument
122 cons.log.action('%s: Test FIT with signed images' % sha_algo)
123 make_fit('sign-images-%s.its' % sha_algo)
124 run_bootm(sha_algo, 'unsigned images', 'dev-', True)
127 sign_fit(sha_algo)
128 run_bootm(sha_algo, 'signed images', 'dev+', True)
[all …]