Home
last modified time | relevance | path

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

/mbedtls-3.7.0/library/
Dpsa_crypto_slot_management.h84 psa_status_t psa_get_and_lock_key_slot(mbedtls_svc_key_id_t key,
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()
Dpsa_crypto.c1105 status = psa_get_and_lock_key_slot(key, p_slot); in psa_get_and_lock_key_slot_with_policy()
1277 status = psa_get_and_lock_key_slot(key, &slot); in psa_destroy_key()
/mbedtls-3.7.0/docs/architecture/psa-thread-safety/
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…