Searched refs:fit_image_hash_get_algo (Results 1 – 4 of 4) sorted by relevance
/u-boot/common/ |
A D | image-fit-sig.c | 80 if (fit_image_hash_get_algo(fit, noffset, &algo_name)) { in fit_image_setup_verify()
|
A D | image-fit.c | 198 if (fit_image_hash_get_algo(fit, noffset, &algo)) { in fit_image_print_data() 1060 int fit_image_hash_get_algo(const void *fit, int noffset, char **algo) in fit_image_hash_get_algo() function 1259 if (fit_image_hash_get_algo(fit, noffset, &algo)) { in fit_image_check_hash()
|
/u-boot/tools/ |
A D | image-host.c | 71 if (fit_image_hash_get_algo(fit, noffset, &algo)) { in fit_image_process_hash() 164 if (fit_image_hash_get_algo(fit, noffset, &algo_name)) { in fit_image_setup_sig()
|
/u-boot/include/ |
A D | image.h | 1103 int fit_image_hash_get_algo(const void *fit, int noffset, char **algo);
|
Completed in 24 milliseconds