Home
last modified time | relevance | path

Searched refs:PSA_FWU_FAILED (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.6.0/secure_fw/partitions/firmware_update/
Dtfm_fwu_req_mngr.c247 fwu_ctx[component].component_state = PSA_FWU_FAILED; in tfm_fwu_install()
283 fwu_ctx[component].component_state == PSA_FWU_FAILED) { in tfm_fwu_query()
379 fwu_ctx[component].component_state = PSA_FWU_FAILED; in tfm_fwu_reject()
423 fwu_ctx[component].component_state = PSA_FWU_FAILED; in tfm_fwu_reject()
454 fwu_ctx[component].component_state = PSA_FWU_FAILED; in tfm_fwu_cancel()
485 if ((fwu_ctx[component].component_state == PSA_FWU_FAILED) || in tfm_fwu_clean()
/trusted-firmware-m-3.6.0/interface/include/psa/
Dupdate.h111 #define PSA_FWU_FAILED 4u macro