Searched refs:fit_image_hash_get_algo (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/tools/ |
D | image-host.c | 70 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/ |
D | image-fit.c | 174 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()
|
D | image-sig.c | 159 if (fit_image_hash_get_algo(fit, noffset, &algo_name)) { in fit_image_setup_verify()
|
/external/u-boot/include/ |
D | image.h | 997 int fit_image_hash_get_algo(const void *fit, int noffset, char **algo);
|