Searched refs:dep (Results 1 – 3 of 3) sorted by relevance
209 struct image_dependency dep; in fwu_bootloader_install_image() local256 if (flash_area_read(fap, off, &dep, len) != 0) { in fwu_bootloader_install_image()260 if (dep.image_id > MCUBOOT_IMAGE_NUMBER) { in fwu_bootloader_install_image()271 if (get_active_image_version(dep.image_id, in fwu_bootloader_install_image()280 &dep.image_min_version)) { in fwu_bootloader_install_image()287 if (candidates[index_i] == dep.image_id) in fwu_bootloader_install_image()290 if ((index_i < number) && (mcuboot_ctx[dep.image_id].fap != NULL)) { in fwu_bootloader_install_image()294 fap_secondary = mcuboot_ctx[dep.image_id].fap; in fwu_bootloader_install_image()307 &dep.image_min_version))) { in fwu_bootloader_install_image()
151 const uint32_t *dep; in tfm_spm_check_authorization() local166 dep = LOAD_INFO_DEPS(partition->p_ldinf); in tfm_spm_check_authorization()168 if (dep[i] == sid) { in tfm_spm_check_authorization()
146 {% for dep in manifest.dependencies %}147 {{dep}}_SID,149 {% for dep in manifest.weak_dependencies %}150 #ifdef {{dep}}_SID151 {{dep}}_SID,