Home
last modified time | relevance | path

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

/mbedtls-latest/tests/suites/
Dtest_suite_psa_its.function105 PSA_ASSERT(psa_its_remove(uid));
142 PSA_ASSERT(psa_its_remove(uid));
172 PSA_ASSERT(psa_its_remove(uid));
190 PSA_ASSERT(psa_its_remove(uid));
193 TEST_ASSERT(psa_its_remove(uid) == PSA_ERROR_DOES_NOT_EXIST);
232 PSA_ASSERT(psa_its_remove(uid));
276 PSA_ASSERT(psa_its_remove(uid));
Dtest_suite_psa_crypto_entropy.function64 return psa_its_remove(PSA_CRYPTO_ITS_RANDOM_SEED_UID);
Dtest_suite_psa_crypto_storage_format.function209 psa_its_remove(uid);
/mbedtls-latest/library/
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()
Dpsa_crypto_its.h125 psa_status_t psa_its_remove(psa_storage_uid_t uid);
Dpsa_its_file.c238 psa_status_t psa_its_remove(psa_storage_uid_t uid) in psa_its_remove() function
Dpsa_crypto_se.c177 return psa_its_remove(uid); in psa_destroy_se_persistent_data()
/mbedtls-latest/docs/architecture/
Dpsa-storage-resilience.md492 When `MBEDTLS_TEST_HOOKS` is enabled, each call to `psa_its_set()` or `psa_its_remove()` also calls…