Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/interface/include/psa/
Dupdate.h66 #define PSA_SUCCESS_RESTART ((psa_status_t)+2) macro
/trusted-firmware-m-3.7.0/secure_fw/partitions/firmware_update/
Dtfm_fwu_req_mngr.c245 } else if (status != PSA_SUCCESS_REBOOT && status != PSA_SUCCESS_RESTART) { in tfm_fwu_install()
419 if (status == PSA_SUCCESS_REBOOT || status == PSA_SUCCESS_RESTART) { in tfm_fwu_reject()