Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpsa_crypto_slot_management.c539 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()
Dpsa_crypto_core.h53 PSA_SLOT_FILLING, enumerator
Dpsa_crypto.c1240 case PSA_SLOT_FILLING: in psa_wipe_key_slot()
1993 status = psa_key_slot_state_transition(slot, PSA_SLOT_FILLING,
/mbedtls-latest/docs/architecture/psa-thread-safety/
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…
/mbedtls-latest/docs/architecture/
Dpsa-keystore-design.md45 * `PSA_SLOT_FILLING`: a slot that is being filled to create or load a key.