| /rk3399_rockchip-uboot/common/ |
| H A D | image-sig.c | 271 const char *name = fit_get_name(fit, noffset, NULL); in fit_image_verify_sig() 297 err_msg, fit_get_name(fit, noffset, NULL), in fit_image_verify_sig() 298 fit_get_name(fit, image_noffset, NULL)); in fit_image_verify_sig() 329 fit_get_name(sig_blob, noffset, NULL)); in fit_image_verify_required_sigs() 356 fit_get_name(fit, noffset, NULL), in fit_config_check_sig() 357 fit_get_name(gd_fdt_blob(), required_keynode, NULL)); in fit_config_check_sig() 465 const char *name = fit_get_name(fit, noffset, NULL); in fit_config_verify_sig() 491 err_msg, fit_get_name(fit, noffset, NULL), in fit_config_verify_sig() 492 fit_get_name(fit, conf_noffset, NULL)); in fit_config_verify_sig() 520 fit_get_name(sig_blob, noffset, NULL)); in fit_config_verify_required_sigs()
|
| H A D | image-fit.c | 123 prop_name, (ulong)fit, noffset, fit_get_name(fit, noffset, NULL), in fit_get_debug() 219 fit_get_name(fit, noffset, NULL)); in fit_print_contents() 249 fit_get_name(fit, noffset, NULL)); in fit_print_contents() 282 fit_get_name(fit, noffset, NULL)); in fit_image_print_data() 343 name = fit_get_name(fit, noffset, NULL); in fit_image_print_verification_data() 1195 FIT_TIMESTAMP_PROP, fit_get_name(fit, noffset, NULL), in fit_set_timestamp() 1426 const char *name = fit_get_name(fit, noffset, NULL); in fit_image_verify_with_data() 1467 err_msg, fit_get_name(fit, noffset, NULL), in fit_image_verify_with_data() 1468 fit_get_name(fit, image_noffset, NULL)); in fit_image_verify_with_data() 1496 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()
|
| /rk3399_rockchip-uboot/tools/ |
| H 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() 158 node_name = fit_get_name(fit, noffset, NULL); in fit_image_setup_sig() 222 node_name = fit_get_name(fit, noffset, NULL); in fit_image_process_sig() 316 image_name = fit_get_name(fit, image_noffset, NULL); in fit_image_add_verification_data() 330 node_name = fit_get_name(fit, noffset, NULL); in fit_image_add_verification_data() 413 conf_name = fit_get_name(fit, conf_noffset, NULL); in fit_config_get_hash_list() 414 sig_name = fit_get_name(fit, sig_offset, NULL); in fit_config_get_hash_list() 474 const char *name = fit_get_name(fit, noffset, NULL); in fit_config_get_hash_list() 547 conf_name = fit_get_name(fit, conf_noffset, NULL); in fit_config_get_data() [all …]
|
| H A D | fit_info.c | 102 printf("NAME: %s\n", fit_get_name(fit_blob, nodeoffset, NULL)); in main()
|
| H A D | fit_image.c | 860 count, fit_get_name(fit, noffset, NULL)); in fit_extract_contents()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | fit_misc.c | 42 name = fit_get_name(fit, noffset, NULL); in fit_image_get_uncomp_digest()
|
| H A D | fit.c | 346 if (!strncmp(fit_get_name(fit, sub_noffset, NULL), in fit_image_get_subnode()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | tftp_update.c | 153 name = fit_get_name(fit, noffset, NULL); in update_populate_image() 546 name = fit_get_name(fit, noffset, NULL); in update_write_gpt()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_fit.c | 343 fit_get_name(fit, node, NULL), load_addr, in spl_load_fit_image() 348 fit_get_name(fit, node, NULL), load_addr); in spl_load_fit_image()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 1008 static inline const char *fit_get_name(const void *fit_hdr, in fit_get_name() function
|