Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_its.h125 psa_status_t psa_its_remove(psa_storage_uid_t uid);
H A Dpsa_crypto_storage.c161 (void) psa_its_remove(data_identifier); in psa_crypto_storage_store()
177 if (psa_its_remove(data_identifier) != PSA_SUCCESS) { in psa_destroy_persistent_key()
440 psa_status_t status = psa_its_remove(PSA_CRYPTO_ITS_TRANSACTION_UID); in psa_crypto_stop_transaction()
H A Dpsa_its_file.c238 psa_status_t psa_its_remove(psa_storage_uid_t uid) in psa_its_remove() function
H A Dpsa_crypto_se.c177 return psa_its_remove(uid); in psa_destroy_se_persistent_data()