Searched refs:fap_src (Results 1 – 2 of 2) sorted by relevance
/mcuboot-3.7.0/boot/bootutil/src/ |
D | loader.c | 1210 const struct flash_area *fap_src, in boot_copy_region() argument 1241 rc = flash_area_read(fap_src, off_src + bytes_copied, buf, chunk_sz); in boot_copy_region() 1248 if ((flash_area_get_id(fap_src) == FLASH_AREA_IMAGE_SECONDARY(image_index) || in boot_copy_region() 1250 !(flash_area_get_id(fap_src) == FLASH_AREA_IMAGE_SECONDARY(image_index) && in boot_copy_region() 1297 boot_encrypt(BOOT_CURR_ENC(state), image_index, fap_src, in boot_copy_region() 2721 const struct flash_area *fap_src = NULL; local 2738 rc = flash_area_open(area_id, &fap_src); 2746 rc = flash_area_read(fap_src, 0, ram_dst, src_sz); 2751 rc = boot_enc_load(BOOT_CURR_ENC(state), image_index, hdr, fap_src, &bs); 2777 boot_encrypt(BOOT_CURR_ENC(state), image_index, fap_src, [all …]
|
D | bootutil_priv.h | 294 const struct flash_area *fap_src,
|