Lines Matching refs:value_len
32 int value_len) in fit_set_hash_value() argument
36 ret = fdt_setprop(fit, noffset, FIT_VALUE_PROP, value, value_len); in fit_set_hash_value()
65 int value_len; in fit_image_process_hash() local
77 if (calculate_hash(data, size, algo, value, &value_len)) { in fit_image_process_hash()
83 ret = fit_set_hash_value(fit, noffset, value, value_len); in fit_image_process_hash()
109 int value_len, const char *comment, const char *region_prop, in fit_image_write_sig() argument
121 ret = fdt_setprop(fit, noffset, FIT_VALUE_PROP, value, value_len); in fit_image_write_sig()
215 uint value_len; in fit_image_process_sig() local
225 ret = info.crypto->sign(&info, ®ion, 1, &value, &value_len); in fit_image_process_sig()
236 ret = fit_image_write_sig(fit, noffset, value, value_len, comment, in fit_image_process_sig()
600 uint value_len; in fit_config_process_sig() local
613 &value_len); in fit_config_process_sig()
621 ret = fit_image_write_sig(fit, noffset, value, value_len, comment, in fit_config_process_sig()