Searched refs:fit_image_hash_get_algo (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/tools/ |
| H A D | image-host.c | 71 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 D | image-sig.c | 201 if (fit_image_hash_get_algo(fit, noffset, &algo_name)) { in fit_image_setup_verify()
|
| H A D | image-fit.c | 284 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 D | image.h | 1038 int fit_image_hash_get_algo(const void *fit, int noffset, char **algo);
|