Home
last modified time | relevance | path

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

/openbmc/u-boot/test/py/tests/
H A Dtest_vboot.py60 def run_bootm(sha_algo, test_type, expect_string, boots): argument
75 with cons.log.section('Verified boot %s %s' % (sha_algo, test_type)):
95 def sign_fit(sha_algo): argument
105 cons.log.action('%s: Sign images' % sha_algo)
129 def test_with_algo(sha_algo, padding): argument
146 cons.log.action('%s: Test FIT with signed images' % sha_algo)
147 make_fit('sign-images-%s%s.its' % (sha_algo , padding))
148 run_bootm(sha_algo, 'unsigned images', 'dev-', True)
151 sign_fit(sha_algo)
152 run_bootm(sha_algo, 'signed images', 'dev+', True)
[all …]
/openbmc/u-boot/cmd/
H A Dotp.c187 int sha_algo; member
2479 si->sha_algo = 224; in parse_config()
2483 si->sha_algo = 256; in parse_config()
2487 si->sha_algo = 384; in parse_config()
2491 si->sha_algo = 512; in parse_config()
2531 switch (si->sha_algo) { in sb_sha()