Home
last modified time | relevance | path

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

/subsys/secure_storage/src/its/store/
A Dsettings.c68 return PSA_ERROR_STORAGE_FAILURE; in secure_storage_its_store_set()
104 ret = PSA_ERROR_STORAGE_FAILURE; in secure_storage_its_store_get()
106 LOG_DBG("%s %s for up to %zu bytes. (%zd)", (ret != PSA_ERROR_STORAGE_FAILURE) ? in secure_storage_its_store_get()
121 return ret ? PSA_ERROR_STORAGE_FAILURE : PSA_SUCCESS; in secure_storage_its_store_remove()
A Dzms.c74 psa_ret = PSA_ERROR_STORAGE_FAILURE; in secure_storage_its_store_set()
99 psa_ret = PSA_ERROR_STORAGE_FAILURE; in secure_storage_its_store_get()
101 LOG_DBG("%s 0x%x for up to %zu bytes. (%zd)", (psa_ret != PSA_ERROR_STORAGE_FAILURE) ? in secure_storage_its_store_get()
118 return ret ? PSA_ERROR_STORAGE_FAILURE : PSA_SUCCESS; in secure_storage_its_store_remove()
/subsys/secure_storage/src/its/
A Dimplementation.c49 return PSA_ERROR_STORAGE_FAILURE; in transform_stored_data()
110 return PSA_ERROR_STORAGE_FAILURE; in store_entry()
220 if (ret == PSA_SUCCESS || ret == PSA_ERROR_STORAGE_FAILURE) { in secure_storage_its_remove()
224 return PSA_ERROR_STORAGE_FAILURE; in secure_storage_its_remove()
/subsys/secure_storage/include/psa/
A Derror.h24 #define PSA_ERROR_STORAGE_FAILURE ((psa_status_t)-146) macro

Completed in 16 milliseconds