Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_its_file.c147 status = PSA_ERROR_STORAGE_FAILURE; in psa_its_get()
184 psa_status_t status = PSA_ERROR_STORAGE_FAILURE; in psa_its_set()
226 status = PSA_ERROR_STORAGE_FAILURE; in psa_its_set()
249 return PSA_ERROR_STORAGE_FAILURE; in psa_its_remove()
H A Dpsa_util.c176 case PSA_ERROR_STORAGE_FAILURE: in psa_pk_status_to_mbedtls()
H A Dpsa_crypto_storage.c386 status = PSA_ERROR_STORAGE_FAILURE; in psa_load_persistent_key()
H A Dpsa_crypto.c459 return PSA_ERROR_STORAGE_FAILURE; in mbedtls_to_psa_error()
466 return PSA_ERROR_STORAGE_FAILURE; in mbedtls_to_psa_error()
493 return PSA_ERROR_STORAGE_FAILURE; in mbedtls_to_psa_error()
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_values.h194 #define PSA_ERROR_STORAGE_FAILURE ((psa_status_t)-146) macro