Searched refs:fit_image_hash_get_value (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/common/ |
D | image-sig.c | 195 if (fit_image_hash_get_value(fit, noffset, &fit_value, in fit_image_check_sig() 315 if (fit_image_hash_get_value(fit, noffset, &fit_value, in fit_config_check_sig()
|
D | image-fit.c | 187 ret = fit_image_hash_get_value(fit, noffset, &value, in fit_image_print_data() 1032 int fit_image_hash_get_value(const void *fit, int noffset, uint8_t **value, in fit_image_hash_get_value() function 1182 if (fit_image_hash_get_value(fit, noffset, &fit_value, in fit_image_check_hash()
|
/external/u-boot/include/ |
D | image.h | 998 int fit_image_hash_get_value(const void *fit, int noffset, uint8_t **value,
|