Home
last modified time | relevance | path

Searched refs:psa_get_and_lock_key_slot_in_memory (Results 1 – 3 of 3) sorted by relevance

/external/mbedtls/library/
Dpsa_crypto_slot_management.c83 static psa_status_t psa_get_and_lock_key_slot_in_memory( in psa_get_and_lock_key_slot_in_memory() function
341 status = psa_get_and_lock_key_slot_in_memory(key, p_slot); in psa_get_and_lock_key_slot()
491 status = psa_get_and_lock_key_slot_in_memory(handle, &slot); in psa_close_key()
511 status = psa_get_and_lock_key_slot_in_memory(key, &slot); in psa_purge_key()
/external/openthread/third_party/mbedtls/repo/library/
Dpsa_crypto_slot_management.c106 static psa_status_t psa_get_and_lock_key_slot_in_memory( in psa_get_and_lock_key_slot_in_memory() function
386 status = psa_get_and_lock_key_slot_in_memory(key, p_slot); in psa_get_and_lock_key_slot()
590 status = psa_get_and_lock_key_slot_in_memory(handle, &slot); in psa_close_key()
627 status = psa_get_and_lock_key_slot_in_memory(key, &slot); in psa_purge_key()
/external/mbedtls/docs/architecture/
Dpsa-thread-safety.md115 * `psa_get_and_lock_key_slot_in_memory`: reads `slot->attr.id`.
116 * `psa_get_and_lock_key_slot_in_memory`: calls `psa_lock_key_slot` on one occupied slot.
133 * `psa_close_key`: reads `slot->lock_count`; calls `psa_get_and_lock_key_slot_in_memory`, `psa_wipe…
134 * `psa_purge_key`: reads `slot->lock_count`; calls `psa_get_and_lock_key_slot_in_memory`, `psa_wipe…
145 * `psa_get_and_lock_key_slot_in_memory` - reads attr.id
268 * `psa_get_and_lock_key_slot_in_memory`: UNUSED or READING → READING. This function only accepts sl…