Searched refs:FIT_VALUE_PROP (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | image-host.c | 36 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 D | rsa-sign.c | 765 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 D | image-fit.c | 1080 *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 D | image.h | 915 #define FIT_VALUE_PROP "value" macro
|