Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/common/
H A Dimage-fit.c1080 *value = (uint8_t *)fdt_getprop(fit, noffset, FIT_VALUE_PROP, &len); in fit_image_hash_get_value()
1082 fit_get_debug(fit, noffset, FIT_VALUE_PROP, len); in fit_image_hash_get_value()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h915 #define FIT_VALUE_PROP "value" macro