Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dimage-host.c70 if (fit_image_hash_get_algo(fit, noffset, &algo)) { in fit_image_process_hash()
157 if (fit_image_hash_get_algo(fit, noffset, &algo_name)) { in fit_image_setup_sig()
/external/u-boot/common/
Dimage-fit.c174 if (fit_image_hash_get_algo(fit, noffset, &algo)) { in fit_image_print_data()
1004 int fit_image_hash_get_algo(const void *fit, int noffset, char **algo) in fit_image_hash_get_algo() function
1168 if (fit_image_hash_get_algo(fit, noffset, &algo)) { in fit_image_check_hash()
Dimage-sig.c159 if (fit_image_hash_get_algo(fit, noffset, &algo_name)) { in fit_image_setup_verify()
/external/u-boot/include/
Dimage.h997 int fit_image_hash_get_algo(const void *fit, int noffset, char **algo);