Home
last modified time | relevance | path

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

/mbedtls/library/
A Dpsa_crypto_slot_management.h84 psa_status_t psa_get_and_lock_key_slot(mbedtls_svc_key_id_t key,
A Dpsa_crypto_slot_management.c361 psa_status_t psa_get_and_lock_key_slot(mbedtls_svc_key_id_t key, in psa_get_and_lock_key_slot() function
553 status = psa_get_and_lock_key_slot(key, &slot); in psa_open_key()
A Dpsa_crypto.c1100 status = psa_get_and_lock_key_slot(key, p_slot); in psa_get_and_lock_key_slot_with_policy()
1268 status = psa_get_and_lock_key_slot(key, &slot); in psa_destroy_key()
/mbedtls/docs/architecture/psa-thread-safety/
A Dpsa-thread-safety.md213psa_get_and_lock_key_slot` will see that the key is not in a slot, call `psa_reserve_free_key_slot…
246 …he linearization point is the final unlock of the mutex within `psa_get_and_lock_key_slot`, as tha…
247 …the key input function is the final unlock of the mutex within `psa_get_and_lock_key_slot`. All ot…

Completed in 24 milliseconds