Searched refs:fit_get_name (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/common/ |
H A D | image-sig.c | 294 const char *name = fit_get_name(fit, noffset, NULL); in fit_image_verify_sig() 319 err_msg, fit_get_name(fit, noffset, NULL), in fit_image_verify_sig() 320 fit_get_name(fit, image_noffset, NULL)); in fit_image_verify_sig() 352 fit_get_name(sig_blob, noffset, NULL)); in fit_image_verify_required_sigs() 396 config_name = fit_get_name(fit, conf_noffset, NULL); in fit_config_check_sig() 398 fit_get_name(fit, noffset, NULL), in fit_config_check_sig() 399 fit_get_name(gd_fdt_blob(), required_keynode, NULL)); in fit_config_check_sig() 513 const char *name = fit_get_name(fit, noffset, NULL); in fit_config_verify_sig() 539 err_msg, fit_get_name(fit, noffset, NULL), in fit_config_verify_sig() 540 fit_get_name(fit, conf_noffset, NULL)); in fit_config_verify_sig() [all …]
|
H A D | image-fit.c | 115 prop_name, (ulong)fit, noffset, fit_get_name(fit, noffset, NULL), in fit_get_debug() 174 fit_get_name(fit, noffset, NULL)); in fit_image_print_data() 239 name = fit_get_name(fit, noffset, NULL); in fit_image_print_verification_data() 395 fit_get_name(fit, noffset, NULL)); in fit_print_contents() 425 fit_get_name(fit, noffset, NULL)); in fit_print_contents() 1112 FIT_TIMESTAMP_PROP, fit_get_name(fit, noffset, NULL), in fit_set_timestamp() 1220 const char *name = fit_get_name(fit, noffset, NULL); in fit_image_verify_with_data() 1261 err_msg, fit_get_name(fit, noffset, NULL), in fit_image_verify_with_data() 1262 fit_get_name(fit, image_noffset, NULL)); in fit_image_verify_with_data() 1290 err_msg, fit_get_name(fit, noffset, NULL), in fit_image_verify() [all …]
|
H A D | update.c | 298 fit_image_name = (char *)fit_get_name(fit, noffset, NULL); in update_tftp()
|
/openbmc/u-boot/tools/ |
H A D | image-host.c | 38 FIT_VALUE_PROP, fit_get_name(fit, noffset, NULL), in fit_set_hash_value() 68 node_name = fit_get_name(fit, noffset, NULL); in fit_image_process_hash() 162 node_name = fit_get_name(fit, noffset, NULL); in fit_image_setup_sig() 226 node_name = fit_get_name(fit, noffset, NULL); in fit_image_process_sig() 321 image_name = fit_get_name(fit, image_noffset, NULL); in fit_image_add_verification_data() 335 node_name = fit_get_name(fit, noffset, NULL); in fit_image_add_verification_data() 418 conf_name = fit_get_name(fit, conf_noffset, NULL); in fit_config_get_hash_list() 419 sig_name = fit_get_name(fit, sig_offset, NULL); in fit_config_get_hash_list() 470 const char *name = fit_get_name(fit, noffset, NULL); in fit_config_get_hash_list() 525 conf_name = fit_get_name(fit, conf_noffset, NULL); in fit_config_get_data() [all …]
|
H A D | fit_info.c | 101 printf("NAME: %s\n", fit_get_name(fit_blob, nodeoffset, NULL)); in main()
|
H A D | fit_image.c | 799 count, fit_get_name(fit, noffset, NULL)); in fit_extract_contents()
|
/openbmc/u-boot/common/spl/ |
H A D | spl_fit.c | 244 fit_get_name(fit, node, NULL)); in spl_load_fit_image()
|
/openbmc/u-boot/include/ |
H A D | image.h | 1005 static inline const char *fit_get_name(const void *fit_hdr, in fit_get_name() function
|