Searched refs:PSA_SLOT_FULL (Results 1 – 6 of 6) sorted by relevance
397 slot->state == PSA_SLOT_FULL && in psa_get_and_lock_key_slot_in_memory()411 if ((slot->state == PSA_SLOT_FULL) && in psa_get_and_lock_key_slot_in_memory()626 (slot->state == PSA_SLOT_FULL) && in psa_reserve_free_key_slot()873 PSA_SLOT_FULL); in psa_get_and_lock_key_slot()896 if ((slot->state != PSA_SLOT_FULL) && in psa_unregister_read()
232 if ((slot->state != PSA_SLOT_FULL) || in psa_register_read()
54 PSA_SLOT_FULL, enumerator
1229 case PSA_SLOT_FULL: in psa_wipe_key_slot()1338 overall_status = psa_key_slot_state_transition(slot, PSA_SLOT_FULL, in psa_destroy_key()1994 PSA_SLOT_FULL);
165 * `PSA_SLOT_FULL`: the slot contains a key, and any thread is able to use the key after registering…191 (slot->state == PSA_SLOT_FULL) &&208 …is check cannot be done before this stage), sets the slot's state to `PSA_SLOT_FULL` and releases …
46 * `PSA_SLOT_FULL`: a slot containing a key.