Home
last modified time | relevance | path

Searched refs:FIT_VALUE_PROP (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/tools/
Dimage-host.c35 ret = fdt_setprop(fit, noffset, FIT_VALUE_PROP, value, value_len); in fit_set_hash_value()
38 FIT_VALUE_PROP, fit_get_name(fit, noffset, NULL), in fit_set_hash_value()
120 ret = fdt_setprop(fit, noffset, FIT_VALUE_PROP, value, value_len); in fit_image_write_sig()
/external/u-boot/common/
Dimage-fit.c1037 *value = (uint8_t *)fdt_getprop(fit, noffset, FIT_VALUE_PROP, &len); in fit_image_hash_get_value()
1039 fit_get_debug(fit, noffset, FIT_VALUE_PROP, len); in fit_image_hash_get_value()
/external/u-boot/include/
Dimage.h901 #define FIT_VALUE_PROP "value" macro