Searched refs:PSA_SLOT_PENDING_DELETION (Results 1 – 5 of 5) sorted by relevance
480 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()
55 PSA_SLOT_PENDING_DELETION, enumerator
1232 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()
166 * `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…
47 * `PSA_SLOT_PENDING_DELETION`: a slot whose key is being destroy or purged.