Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_vboot.py143 util.run_and_log(cons, [fit_check_sign, '-f', fit, '-k', tmpdir,
159 util.run_and_log_expect_exception(cons, [fit_check_sign, '-f', fit,
168 fit_check_sign = cons.config.build_dir + '/tools/fit_check_sign'
/rk3399_rockchip-uboot/tools/
H A Dfdt_host.h31 int fit_check_sign(const void *working_fdt, const void *key, int is_spl);
H A D.gitignore9 /fit_check_sign
H A DMakefile58 hostprogs-$(CONFIG_FIT_SIGNATURE) += fit_info fit_check_sign
129 fit_check_sign-objs := $(dumpimage-mkimage-objs) fit_check_sign.o
H A Dfit_check_sign.c86 ret = fit_check_sign(fit_blob, key_blob, is_spl); in main()
H A Dimage-host.c756 int fit_check_sign(const void *fit, const void *key, int is_spl) in fit_check_sign() function
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A 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
/rk3399_rockchip-uboot/scripts/
H A Dbuild-tftp-firmware.sh253 ./fit_check_sign -f update.itb -k key.dtb
H A Dfit-sign.sh17 TOOL_FIT_CHECK_SIGN=${TOOLS}/fit_check_sign