Home
last modified time | relevance | path

Searched refs:fit_image_get_data_and_size (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/common/
H A Dimage-fit.c483 ret = fit_image_get_data_and_size(fit, image_noffset, &data, &size); in fit_image_print()
965 int fit_image_get_data_and_size(const void *fit, int noffset, in fit_image_get_data_and_size() function
1287 if (fit_image_get_data_and_size(fit, image_noffset, &data, &size)) { in fit_image_verify()
1933 if (fit_image_get_data_and_size(fit, noffset, &buf, &size)) { in fit_image_load()
/openbmc/u-boot/include/
H A Dimage.h1027 int fit_image_get_data_and_size(const void *fit, int noffset,