Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Dimage-host.c36 ret = fdt_setprop(fit, noffset, FIT_VALUE_PROP, value, value_len); in fit_set_hash_value()
39 FIT_VALUE_PROP, fit_get_name(fit, noffset, NULL), in fit_set_hash_value()
121 ret = fdt_setprop(fit, noffset, FIT_VALUE_PROP, value, value_len); in fit_image_write_sig()
/rk3399_rockchip-uboot/lib/rsa/
H A Drsa-sign.c765 ret = fdt_setprop(keydest, hash_node, FIT_VALUE_PROP, value, value_len); in rsa_set_key_hash()
783 ret = fdt_setprop(keydest, hash_node, FIT_VALUE_PROP, value, value_len); in rsa_set_key_hash()
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c1101 *value = (uint8_t *)fdt_getprop(fit, noffset, FIT_VALUE_PROP, &len); in fit_image_hash_get_value()
1103 fit_get_debug(fit, noffset, FIT_VALUE_PROP, len); in fit_image_hash_get_value()
/rk3399_rockchip-uboot/include/
H A Dimage.h915 #define FIT_VALUE_PROP "value" macro