Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Dimage-host.c71 if (fit_image_hash_get_algo(fit, noffset, &algo)) { in fit_image_process_hash()
159 if (fit_image_hash_get_algo(fit, noffset, &algo_name)) { in fit_image_setup_sig()
/rk3399_rockchip-uboot/common/
H A Dimage-sig.c201 if (fit_image_hash_get_algo(fit, noffset, &algo_name)) { in fit_image_setup_verify()
H A Dimage-fit.c284 if (fit_image_hash_get_algo(fit, noffset, &algo)) { in fit_image_print_data()
1068 int fit_image_hash_get_algo(const void *fit, int noffset, char **algo) in fit_image_hash_get_algo() function
1360 if (fit_image_hash_get_algo(fit, noffset, &algo)) { in fit_image_check_hash()
/rk3399_rockchip-uboot/include/
H A Dimage.h1038 int fit_image_hash_get_algo(const void *fit, int noffset, char **algo);