Home
last modified time | relevance | path

Searched refs:PSA_FWU_TRIAL (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.7.0/secure_fw/partitions/firmware_update/
Dtfm_fwu_req_mngr.c216 if (info.state == PSA_FWU_TRIAL) { in tfm_fwu_install()
241 fwu_ctx[component].component_state = PSA_FWU_TRIAL; in tfm_fwu_install()
318 if (fwu_ctx[component].component_state == PSA_FWU_TRIAL) { in tfm_fwu_accept()
326 if (info.state == PSA_FWU_TRIAL) { in tfm_fwu_accept()
329 fwu_ctx[component].component_state = PSA_FWU_TRIAL; in tfm_fwu_accept()
387 } else if (fwu_ctx[component].component_state == PSA_FWU_TRIAL) { in tfm_fwu_reject()
400 if (info.state == PSA_FWU_TRIAL) { in tfm_fwu_reject()
403 fwu_ctx[component].component_state = PSA_FWU_TRIAL; in tfm_fwu_reject()
/trusted-firmware-m-3.7.0/interface/include/psa/
Dupdate.h117 #define PSA_FWU_TRIAL 5u macro
/trusted-firmware-m-3.7.0/secure_fw/partitions/firmware_update/bootloader/mcuboot/
Dtfm_mcuboot_fwu.c626 info->state = PSA_FWU_TRIAL; in fwu_bootloader_get_image_info()