Searched refs:PSA_ERROR_STORAGE_FAILURE (Results 1 – 4 of 4) sorted by relevance
158 status = PSA_ERROR_STORAGE_FAILURE; in psa_its_get()187 psa_status_t status = PSA_ERROR_STORAGE_FAILURE; in psa_its_set()224 status = PSA_ERROR_STORAGE_FAILURE; in psa_its_set()245 return( PSA_ERROR_STORAGE_FAILURE ); in psa_its_remove()
394 status = PSA_ERROR_STORAGE_FAILURE; in psa_load_persistent_key()
229 return( PSA_ERROR_STORAGE_FAILURE ); in mbedtls_to_psa_error()232 return( PSA_ERROR_STORAGE_FAILURE ); in mbedtls_to_psa_error()254 return( PSA_ERROR_STORAGE_FAILURE ); in mbedtls_to_psa_error()
182 #define PSA_ERROR_STORAGE_FAILURE ((psa_status_t)-146) macro