Home
last modified time | relevance | path

Searched refs:fwu_bootloader_get_image_info (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-3.6.0/secure_fw/partitions/firmware_update/
Dtfm_fwu_req_mngr.c79 status = fwu_bootloader_get_image_info(component, true, false, &info); in tfm_fwu_start()
212 status = fwu_bootloader_get_image_info(component, true, false, &info); in tfm_fwu_install()
291 result = fwu_bootloader_get_image_info(component, query_state, in tfm_fwu_query()
322 status = fwu_bootloader_get_image_info(component, true, false, &info); in tfm_fwu_accept()
392 status = fwu_bootloader_get_image_info(component, true, false, &info); in tfm_fwu_reject()
/trusted-firmware-m-3.6.0/secure_fw/partitions/firmware_update/bootloader/
Dtfm_bootloader_fwu_abstraction.h182 psa_status_t fwu_bootloader_get_image_info(psa_fwu_component_t component,
/trusted-firmware-m-3.6.0/docs/design_docs/services/
Dtfm_fwu_service.rst239 fwu_bootloader_get_image_info(function)
245 psa_status_t fwu_bootloader_get_image_info(psa_fwu_component_t component,
/trusted-firmware-m-3.6.0/secure_fw/partitions/firmware_update/bootloader/mcuboot/
Dtfm_mcuboot_fwu.c578 psa_status_t fwu_bootloader_get_image_info(psa_fwu_component_t component, in fwu_bootloader_get_image_info() function