Home
last modified time | relevance | path

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

/external/u-boot/test/py/tests/
Dtest_vboot.py146 util.run_and_log(cons, [fit_check_sign, '-f', fit, '-k', tmpdir,
162 util.run_and_log_expect_exception(cons, [fit_check_sign, '-f', fit,
171 fit_check_sign = cons.config.build_dir + '/tools/fit_check_sign'
/external/u-boot/tools/
DMakefile57 hostprogs-$(CONFIG_FIT_SIGNATURE) += fit_info fit_check_sign
123 fit_check_sign-objs := $(dumpimage-mkimage-objs) fit_check_sign.o
Dfdt_host.h30 int fit_check_sign(const void *working_fdt, const void *key);
D.gitignore10 /fit_check_sign
Dfit_check_sign.c81 ret = fit_check_sign(fit_blob, key_blob); in main()
Dimage-host.c726 int fit_check_sign(const void *fit, const void *key) in fit_check_sign() function
/external/u-boot/doc/uImage.FIT/
Dbeaglebone_vboot.txt246 You can also run fit_check_sign to check it:
248 $UOUT/tools/fit_check_sign -f image.fit -k am335x-boneblack-pubkey.dtb
305 in each image referenced by that configuration. So fit_check_sign goes on to
307 case fit_check_sign checks the hash and prints sha1+ meaning that the SHA1
323 fit_check_sign again. You should see something like:
421 $UOUT/tools/fit_check_sign -f image.fit -k am335x-boneblack-pubkey.dtb
441 $UOUT/tools/fit_check_sign -f image.fit -k am335x-boneblack-pubkey.dtb