Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dimage-fit.c211 if (fit_get_timestamp(fit, noffset, &timestamp)) in fit_image_print_data()
368 ret = fit_get_timestamp(fit, 0, &timestamp); in fit_print_contents()
469 ret = fit_get_timestamp(fit, 0, &timestamp); in fit_image_print()
597 int fit_get_timestamp(const void *fit, int noffset, time_t *timestamp) in fit_get_timestamp() function
/openbmc/u-boot/include/
H A Dimage.h1012 int fit_get_timestamp(const void *fit, int noffset, time_t *timestamp);