Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dimage-host.c70 if (fit_image_hash_get_algo(fit, noffset, &algo)) { in fit_image_process_hash()
163 if (fit_image_hash_get_algo(fit, noffset, &algo_name)) { in fit_image_setup_sig()
/openbmc/u-boot/common/
H A Dimage-fit.c176 if (fit_image_hash_get_algo(fit, noffset, &algo)) { in fit_image_print_data()
1012 int fit_image_hash_get_algo(const void *fit, int noffset, char **algo) in fit_image_hash_get_algo() function
1166 if (fit_image_hash_get_algo(fit, noffset, &algo)) { in fit_image_check_hash()
H A Dimage-sig.c224 if (fit_image_hash_get_algo(fit, noffset, &algo_name)) { in fit_image_setup_verify()
/openbmc/u-boot/include/
H A Dimage.h1030 int fit_image_hash_get_algo(const void *fit, int noffset, char **algo);