Searched refs:PSA_SLOT_FILLING (Results 1 – 5 of 5) sorted by relevance
539 PSA_SLOT_FILLING); in psa_allocate_volatile_key_slot()652 PSA_SLOT_FILLING); in psa_reserve_free_key_slot()872 psa_key_slot_state_transition((*p_slot), PSA_SLOT_FILLING, in psa_get_and_lock_key_slot()
53 PSA_SLOT_FILLING, enumerator
1240 case PSA_SLOT_FILLING: in psa_wipe_key_slot()1993 status = psa_key_slot_state_transition(slot, PSA_SLOT_FILLING,
163 …ored in the slot. Any thread is able to change the slot's state to `PSA_SLOT_FILLING` and begin to…164 * `PSA_SLOT_FILLING`: one thread is currently loading or creating material to fill the slot, this t…194 …as the code is concerned (even if the key is in a slot which has a `PSA_SLOT_FILLING` or `PSA_SLOT…206 …LOT_EMPTY`. If found, it reserves the slot by setting its state to `PSA_SLOT_FILLING`. If not foun…
45 * `PSA_SLOT_FILLING`: a slot that is being filled to create or load a key.