Searched refs:fit_check_sign (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/test/py/tests/ |
D | test_vboot.py | 146 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/ |
D | Makefile | 57 hostprogs-$(CONFIG_FIT_SIGNATURE) += fit_info fit_check_sign 123 fit_check_sign-objs := $(dumpimage-mkimage-objs) fit_check_sign.o
|
D | fdt_host.h | 30 int fit_check_sign(const void *working_fdt, const void *key);
|
D | .gitignore | 10 /fit_check_sign
|
D | fit_check_sign.c | 81 ret = fit_check_sign(fit_blob, key_blob); in main()
|
D | image-host.c | 726 int fit_check_sign(const void *fit, const void *key) in fit_check_sign() function
|
/external/u-boot/doc/uImage.FIT/ |
D | beaglebone_vboot.txt | 246 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
|