Home
last modified time | relevance | path

Searched refs:psa_close_key (Results 1 – 10 of 10) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h54 #define psa_close_key \ macro
55 PSA_FUNCTION_NAME(psa_close_key)
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_slot_management.function53 PSA_ASSERT(psa_close_key(key));
178 TEST_EQUAL(psa_close_key(key), PSA_ERROR_INVALID_HANDLE);
248 PSA_ASSERT(psa_close_key(id));
316 PSA_ASSERT(psa_close_key(handle));
327 TEST_EQUAL(psa_close_key(handle), PSA_ERROR_INVALID_HANDLE);
377 PSA_ASSERT(psa_close_key(id));
387 PSA_ASSERT(psa_close_key(id));
407 PSA_ASSERT(psa_close_key(id));
776 TEST_EQUAL(psa_close_key(invalid_handle), close_status);
784 PSA_ASSERT(psa_close_key(valid_handle));
[all …]
Dtest_suite_psa_crypto_persistent_key.function170 psa_close_key(key_id);
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto_compat.h147 psa_status_t psa_close_key(psa_key_handle_t handle);
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_slot_management.c574 psa_status_t psa_close_key(psa_key_handle_t handle) in psa_close_key() function
Dpsa_crypto.c2163 psa_close_key(key); in mbedtls_psa_register_se_key()
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Ddriver-interface-test-strategy.md76 * Test that keys in a secure element survive `psa_close_key(); psa_open_key()`.
Dinvasive-testing.md296 …ence of resource leaks in the PSA key store code, in particular that `psa_close_key` and `psa_dest…
/openthread-latest/third_party/mbedtls/repo/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…
/openthread-latest/third_party/mbedtls/repo/
DChangeLog1997 * Fix memory leak that occured when calling psa_close_key() on a
2604 * psa_close_key(0) and psa_destroy_key(0) now succeed (doing nothing, as