Home
last modified time | relevance | path

Searched refs:PSA_SLOT_PENDING_DELETION (Results 1 – 5 of 5) sorted by relevance

/mbedtls-latest/library/
Dpsa_crypto_slot_management.c480 slot->state = PSA_SLOT_PENDING_DELETION; in psa_wipe_all_key_slots()
897 (slot->state != PSA_SLOT_PENDING_DELETION)) { in psa_unregister_read()
903 if ((slot->state == PSA_SLOT_PENDING_DELETION) && in psa_unregister_read()
Dpsa_crypto_core.h55 PSA_SLOT_PENDING_DELETION, enumerator
Dpsa_crypto.c1232 case PSA_SLOT_PENDING_DELETION: in psa_wipe_key_slot()
1319 if (slot->state == PSA_SLOT_PENDING_DELETION) { in psa_destroy_key()
1339 PSA_SLOT_PENDING_DELETION); in psa_destroy_key()
/mbedtls-latest/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md166 * `PSA_SLOT_PENDING_DELETION`: the key within the slot has been destroyed or marked for destruction…
171 …rization point. Internal functions have italicized labels. The `PSA_SLOT_PENDING_DELETION -> PSA_S…
194 …even if the key is in a slot which has a `PSA_SLOT_FILLING` or `PSA_SLOT_PENDING_DELETION` state).…
229 …ing thread registers to read the key, sets the slot's state to `PSA_SLOT_PENDING_DELETION`, wipes …
231 …y calls `psa_wipe_key_slot` if and only if the slot's state is `PSA_SLOT_PENDING_DELETION` and the…
244 … destruction is the mutex unlock, the slot is now in the state `PSA_SLOT_PENDING_DELETION` meaning…
/mbedtls-latest/docs/architecture/
Dpsa-keystore-design.md47 * `PSA_SLOT_PENDING_DELETION`: a slot whose key is being destroy or purged.