Home
last modified time | relevance | path

Searched refs:fit_set_timestamp (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/tools/
H A Dimage-host.c135 ret = fit_set_timestamp(fit, noffset, timestamp); in fit_image_write_sig()
H A Dfit_image.c56 ret = fit_set_timestamp(ptr, 0, time); in fit_add_file_data()
/openbmc/u-boot/include/
H A Dimage.h1034 int fit_set_timestamp(void *fit, int noffset, time_t timestamp);
/openbmc/u-boot/common/
H A Dimage-fit.c1102 int fit_set_timestamp(void *fit, int noffset, time_t timestamp) in fit_set_timestamp() function