Searched refs:fit_get_name (Results 1 – 10 of 10) sorted by relevance
/u-boot/common/ |
A D | image-fit-sig.c | 150 const char *name = fit_get_name(fit, noffset, NULL); in fit_image_verify_sig() 183 err_msg, fit_get_name(fit, noffset, NULL), in fit_image_verify_sig() 184 fit_get_name(fit, image_noffset, NULL)); in fit_image_verify_sig() 217 fit_get_name(sig_blob, noffset, NULL)); in fit_image_verify_required_sigs() 261 config_name = fit_get_name(fit, conf_noffset, NULL); in fit_config_check_sig() 263 fit_get_name(fit, noffset, NULL), in fit_config_check_sig() 378 const char *name = fit_get_name(fit, noffset, NULL); in fit_config_verify_sig() 404 err_msg, fit_get_name(fit, noffset, NULL), in fit_config_verify_sig() 405 fit_get_name(fit, conf_noffset, NULL)); in fit_config_verify_sig() 412 const char *name = fit_get_name(fit, conf_noffset, NULL); in fit_config_verify_required_sigs() [all …]
|
A D | image-fit.c | 196 fit_get_name(fit, noffset, NULL)); in fit_image_print_data() 261 name = fit_get_name(fit, noffset, NULL); in fit_image_print_verification_data() 417 fit_get_name(fit, noffset, NULL)); in fit_print_contents() 447 fit_get_name(fit, noffset, NULL)); in fit_print_contents() 1313 const char *name = fit_get_name(fit, noffset, NULL); in fit_image_verify_with_data() 1354 err_msg, fit_get_name(fit, noffset, NULL), in fit_image_verify_with_data() 1355 fit_get_name(fit, image_noffset, NULL)); in fit_image_verify_with_data() 1397 fit_get_name(fit, image_noffset, NULL)); in fit_image_verify() 1440 fit_get_name(fit, noffset, NULL)); in fit_all_image_verify() 2057 fit_uname = fit_get_name(fit, noffset, NULL); in fit_image_load() [all …]
|
A D | update.c | 304 fit_image_name = (char *)fit_get_name(fit, noffset, NULL); in update_tftp() 380 fit_image_name = (char *)fit_get_name(fit, noffset, NULL); in fit_update()
|
A D | image-cipher.c | 80 node_name = fit_get_name(fit, image_noffset, NULL); in fit_image_setup_decrypt()
|
/u-boot/tools/ |
A D | image-host.c | 39 FIT_VALUE_PROP, fit_get_name(fit, noffset, NULL), in fit_set_hash_value() 69 node_name = fit_get_name(fit, noffset, NULL); in fit_image_process_hash() 163 node_name = fit_get_name(fit, noffset, NULL); in fit_image_setup_sig() 227 node_name = fit_get_name(fit, noffset, NULL); in fit_image_process_sig() 630 node_name = fit_get_name(fit, noffset, NULL); in fit_image_add_verification_data() 784 conf_name = fit_get_name(fit, conf_noffset, NULL); in fit_config_get_hash_list() 785 sig_name = fit_get_name(fit, sig_offset, NULL); in fit_config_get_hash_list() 863 conf_name = fit_get_name(fit, conf_noffset, NULL); in fit_config_get_data() 864 sig_name = fit_get_name(fit, noffset, NULL); in fit_config_get_data() 936 node_name = fit_get_name(fit, noffset, NULL); in fit_config_process_sig() [all …]
|
A D | fit_info.c | 101 printf("NAME: %s\n", fit_get_name(fit_blob, nodeoffset, NULL)); in main()
|
A D | fit_image.c | 918 count, fit_get_name(fit, noffset, NULL)); in fit_extract_contents()
|
/u-boot/common/spl/ |
A D | spl_fit.c | 303 fit_get_name(fit, node, NULL)); in spl_load_fit_image() 432 fit_get_name(ctx->fit, node, NULL)); in spl_fit_append_fdt() 437 fit_get_name(ctx->fit, node, NULL)); in spl_fit_append_fdt() 567 fit_get_name(ctx->fit, ctx->conf_node, NULL)); in spl_simple_fit_parse()
|
/u-boot/drivers/fpga/ |
A D | socfpga_arria10.c | 601 uname = fit_get_name(buffer_p, images_noffset, NULL); in first_loading_rbf_to_buffer()
|
/u-boot/include/ |
A D | image.h | 1076 static inline const char *fit_get_name(const void *fit_hdr, in fit_get_name() function
|
Completed in 19 milliseconds