Home
last modified time | relevance | path

Searched refs:PSA_ERROR_DATA_INVALID (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_storage.c91 return PSA_ERROR_DATA_INVALID; in psa_crypto_storage_load()
142 return PSA_ERROR_DATA_INVALID; in psa_crypto_storage_store()
151 status = PSA_ERROR_DATA_INVALID; in psa_crypto_storage_store()
178 return PSA_ERROR_DATA_INVALID; in psa_destroy_persistent_key()
183 return PSA_ERROR_DATA_INVALID; in psa_destroy_persistent_key()
261 return PSA_ERROR_DATA_INVALID; in check_magic_header()
278 return PSA_ERROR_DATA_INVALID; in psa_parse_key_data_from_storage()
288 return PSA_ERROR_DATA_INVALID; in psa_parse_key_data_from_storage()
294 return PSA_ERROR_DATA_INVALID; in psa_parse_key_data_from_storage()
433 return PSA_ERROR_DATA_INVALID; in psa_crypto_load_transaction()
H A Dpsa_util.c175 case PSA_ERROR_DATA_INVALID: in psa_pk_status_to_mbedtls()
H A Dpsa_crypto_pake.c112 return PSA_ERROR_DATA_INVALID; in mbedtls_ecjpake_to_psa_error()
H A Dpsa_crypto_slot_management.c703 status = PSA_ERROR_DATA_INVALID; in psa_load_persistent_key_into_slot()
H A Dpsa_crypto.c8401 return PSA_ERROR_DATA_INVALID; in psa_crypto_recover_transaction()
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_values.h329 #define PSA_ERROR_DATA_INVALID ((psa_status_t)-153) macro