Searched refs:fit_get_name (Results 1 – 10 of 10) sorted by relevance
| /u-boot/boot/ |
| A D | image-fit-sig.c | 149 const char *name = fit_get_name(fit, noffset, NULL); in fit_image_verify_sig() 182 err_msg, fit_get_name(fit, noffset, NULL), in fit_image_verify_sig() 183 fit_get_name(fit, image_noffset, NULL)); in fit_image_verify_sig() 216 fit_get_name(key_blob, noffset, NULL)); in fit_image_verify_required_sigs() 281 config_name = fit_get_name(fit, conf_noffset, NULL); in fit_config_check_sig() 283 fit_get_name(fit, noffset, NULL), in fit_config_check_sig() 284 fit_get_name(key_blob, required_keynode, NULL)); in fit_config_check_sig() 425 const char *name = fit_get_name(fit, noffset, NULL); in fit_config_verify_key() 452 err_msg, fit_get_name(fit, noffset, NULL), in fit_config_verify_key() 453 fit_get_name(fit, conf_noffset, NULL)); in fit_config_verify_key() [all …]
|
| A D | image-fit.c | 201 fit_get_name(fit, noffset, NULL)); in fit_image_print_data() 266 name = fit_get_name(fit, noffset, NULL); in fit_image_print_verification_data() 425 fit_get_name(fit, noffset, NULL)); in fit_print_contents() 455 fit_get_name(fit, noffset, NULL)); in fit_print_contents() 1364 const char *name = fit_get_name(fit, noffset, NULL); in fit_image_verify_with_data() 1405 err_msg, fit_get_name(fit, noffset, NULL), in fit_image_verify_with_data() 1406 fit_get_name(fit, image_noffset, NULL)); in fit_image_verify_with_data() 1449 fit_get_name(fit, image_noffset, NULL)); in fit_image_verify() 1492 fit_get_name(fit, noffset, NULL)); in fit_all_image_verify() 2135 fit_uname = fit_get_name(fit, noffset, NULL); in fit_image_load() [all …]
|
| 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 | 42 FIT_VALUE_PROP, fit_get_name(fit, noffset, NULL), in fit_set_hash_value() 72 node_name = fit_get_name(fit, noffset, NULL); in fit_image_process_hash() 170 node_name = fit_get_name(fit, noffset, NULL); in fit_image_setup_sig() 239 node_name = fit_get_name(fit, noffset, NULL); in fit_image_process_sig() 645 node_name = fit_get_name(fit, noffset, NULL); in fit_image_add_verification_data() 827 conf_name = fit_get_name(fit, conf_noffset, NULL); in fit_config_get_hash_list() 828 sig_name = fit_get_name(fit, sig_offset, NULL); in fit_config_get_hash_list() 933 conf_name = fit_get_name(fit, conf_noffset, NULL); in fit_config_get_regions() 934 sig_name = fit_get_name(fit, sig_offset, NULL); in fit_config_get_regions() 1026 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 | 916 count, fit_get_name(fit, noffset, NULL)); in fit_extract_contents()
|
| /u-boot/common/spl/ |
| A D | spl_fit.c | 257 fit_get_name(fit, node, NULL)); in spl_load_fit_image() 280 __func__, fit_get_name(fit, node, NULL)); in spl_load_fit_image() 311 fit_get_name(fit, node, NULL)); in spl_load_fit_image() 443 fit_get_name(ctx->fit, node, NULL)); in spl_fit_append_fdt() 448 fit_get_name(ctx->fit, node, NULL)); in spl_fit_append_fdt() 672 fit_get_name(ctx->fit, ctx->conf_node, NULL)); in spl_simple_fit_parse()
|
| /u-boot/common/ |
| A D | update.c | 282 fit_image_name = (char *)fit_get_name(fit, noffset, NULL); in update_tftp() 358 fit_image_name = (char *)fit_get_name(fit, noffset, NULL); in fit_update()
|
| /u-boot/drivers/fpga/ |
| A D | socfpga_arria10.c | 617 uname = fit_get_name(buffer_p, images_noffset, NULL); in first_loading_rbf_to_buffer()
|
| /u-boot/include/ |
| A D | image.h | 1082 static inline const char *fit_get_name(const void *fit_hdr, in fit_get_name() function
|
Completed in 23 milliseconds