Searched refs:noffset (Results 1 – 5 of 5) sorted by relevance
| /boot/ |
| A D | image-fit.c | 153 int noffset; in fit_get_subimage_count() local 161 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_get_subimage_count() 346 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_conf_print() 372 int noffset; in fit_print_contents() local 414 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_print_contents() 444 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_print_contents() 480 int noffset; in fit_image_print() local 573 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_image_print() 1463 int noffset; in fit_all_image_verify() local 1481 noffset = fdt_next_node(fit, noffset, &ndepth)) { in fit_all_image_verify() [all …]
|
| A D | image-fit-sig.c | 66 const void *fit, int noffset, in fit_image_setup_verify() argument 89 info->node_offset = noffset; in fit_image_setup_verify() 141 int noffset; in fit_image_verify_sig() local 172 if (noffset == -FDT_ERR_TRUNCATED || noffset == -FDT_ERR_BADSTRUCTURE) { in fit_image_verify_sig() 191 int noffset; in fit_image_verify_required_sigs() local 217 key_blob, noffset); in fit_image_verify_required_sigs() 287 fit_get_name(fit, noffset, NULL), in fit_config_check_sig() 422 int noffset; in fit_config_verify_key() local 446 if (noffset == -FDT_ERR_TRUNCATED || noffset == -FDT_ERR_BADSTRUCTURE) { in fit_config_verify_key() 478 int noffset; in fit_config_verify_required_keys() local [all …]
|
| A D | image-cipher.c | 75 int noffset; in fit_image_setup_decrypt() local 132 noffset = fdt_path_offset(fdt, node_path); in fit_image_setup_decrypt() 133 if (noffset < 0) { in fit_image_setup_decrypt() 139 info->key = fdt_getprop(fdt, noffset, "key", NULL); in fit_image_setup_decrypt() 147 info->iv = fdt_getprop(fdt, noffset, "iv", NULL); in fit_image_setup_decrypt()
|
| A D | image-board.c | 982 int noffset; in image_locate_script() local 1048 noffset = fit_conf_get_node(fit_hdr, confname); in image_locate_script() 1050 noffset = fit_conf_get_node(fit_hdr, NULL); in image_locate_script() 1051 if (noffset < 0) { in image_locate_script() 1058 if (verify && fit_config_verify(fit_hdr, noffset)) in image_locate_script() 1061 noffset = fit_conf_get_prop_node(fit_hdr, in image_locate_script() 1062 noffset, in image_locate_script() 1065 if (noffset < 0) { in image_locate_script() 1081 noffset = fit_image_get_node(fit_hdr, fit_uname); in image_locate_script() 1082 if (noffset < 0) { in image_locate_script() [all …]
|
| A D | bootm.c | 1206 int noffset; in bootm_host_load_image() local 1216 noffset = fit_image_load(&images, (ulong)fit, in bootm_host_load_image() 1220 if (noffset < 0) in bootm_host_load_image() 1221 return noffset; in bootm_host_load_image() 1222 if (fit_image_get_type(fit, noffset, &image_type)) { in bootm_host_load_image() 1227 if (fit_image_get_comp(fit, noffset, &image_comp)) in bootm_host_load_image()
|
Completed in 23 milliseconds