Searched refs:FIT_VALUE_PROP (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/tools/ |
D | image-host.c | 35 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/ |
D | image-fit.c | 1037 *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/ |
D | image.h | 901 #define FIT_VALUE_PROP "value" macro
|