Home
last modified time | relevance | path

Searched refs:psa_purge_key (Results 1 – 11 of 11) sorted by relevance

/mbedtls-latest/tests/include/spe/
Dcrypto_spe.h68 #define psa_purge_key \ macro
69 PSA_FUNCTION_NAME(psa_purge_key)
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_persistent_key.function226 PSA_ASSERT(psa_purge_key(key_id));
282 PSA_ASSERT(psa_purge_key(key_id));
Dtest_suite_psa_crypto_slot_management.function62 PSA_ASSERT(psa_purge_key(key));
186 PSA_ASSERT(psa_purge_key(key));
Dtest_suite_psa_crypto_se_driver_hal.function1526 PSA_ASSERT(psa_purge_key(id));
Dtest_suite_psa_crypto.function10450 PSA_ASSERT(psa_purge_key(key));
/mbedtls-latest/tests/src/
Dpsa_crypto_helpers.c65 psa_purge_key(key_ids_used_in_test[i]); in mbedtls_test_psa_purge_key_cache()
Dpsa_test_wrappers.c1193 psa_status_t status = (psa_purge_key)(arg0_key); in mbedtls_test_wrap_psa_purge_key()
/mbedtls-latest/include/psa/
Dcrypto.h425 psa_status_t psa_purge_key(mbedtls_svc_key_id_t key);
/mbedtls-latest/library/
Dpsa_crypto_slot_management.c1056 psa_status_t psa_purge_key(mbedtls_svc_key_id_t key) in psa_purge_key() function
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h681 #define psa_purge_key(arg0_key) \ macro
/mbedtls-latest/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md245 * `psa_purge_key`, `psa_close_key` - The linearization point is the mutex unlock after wiping the s…