Home
last modified time | relevance | path

Searched refs:PSA_SLOT_FILLING (Results 1 – 4 of 4) sorted by relevance

/mbedtls/library/
A Dpsa_crypto_slot_management.c224 PSA_SLOT_FILLING); in psa_reserve_free_key_slot()
434 psa_key_slot_state_transition((*p_slot), PSA_SLOT_FILLING, in psa_get_and_lock_key_slot()
A Dpsa_crypto_core.h53 PSA_SLOT_FILLING, enumerator
A Dpsa_crypto.c1218 case PSA_SLOT_FILLING: in psa_wipe_key_slot()
1945 status = psa_key_slot_state_transition(slot, PSA_SLOT_FILLING, in psa_finish_key_creation()
/mbedtls/docs/architecture/psa-thread-safety/
A Dpsa-thread-safety.md163 …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…

Completed in 29 milliseconds