Searched refs:component_state (Results 1 – 1 of 1) sorted by relevance
26 uint8_t component_state; member75 if (fwu_ctx[component].component_state != PSA_FWU_READY) { in tfm_fwu_start()96 fwu_ctx[component].component_state = PSA_FWU_WRITING; in tfm_fwu_start()133 fwu_ctx[component].component_state != PSA_FWU_WRITING) { in tfm_fwu_write()182 fwu_ctx[component].component_state != PSA_FWU_WRITING) { in tfm_fwu_finish()189 fwu_ctx[component].component_state = PSA_FWU_CANDIDATE; in tfm_fwu_finish()206 if (fwu_ctx[component].component_state == PSA_FWU_STAGED || in tfm_fwu_install()207 fwu_ctx[component].component_state == PSA_FWU_REJECTED) { in tfm_fwu_install()209 } else if (fwu_ctx[component].component_state == PSA_FWU_CANDIDATE) { in tfm_fwu_install()242 fwu_ctx[component].component_state = PSA_FWU_TRIAL; in tfm_fwu_install()[all …]