Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpsa_crypto_slot_management.c475 if (slot->state == PSA_SLOT_EMPTY) { in psa_wipe_all_key_slots()
538 PSA_SLOT_EMPTY, in psa_allocate_volatile_key_slot()
620 if (slot->state == PSA_SLOT_EMPTY) { in psa_reserve_free_key_slot()
651 status = psa_key_slot_state_transition(selected_slot, PSA_SLOT_EMPTY, in psa_reserve_free_key_slot()
1103 if (slot->state == PSA_SLOT_EMPTY) { in mbedtls_psa_get_stats()
Dpsa_crypto_core.h52 PSA_SLOT_EMPTY = 0, enumerator
Dpsa_crypto.c1247 case PSA_SLOT_EMPTY: in psa_wipe_key_slot()
1249 MBEDTLS_TEST_HOOK_TEST_ASSERT(slot->state != PSA_SLOT_EMPTY); in psa_wipe_key_slot()
/mbedtls-latest/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md163 * `PSA_SLOT_EMPTY`: no thread is currently accessing the slot, and no information is stored in the …
166 …nregister that the contents of the slot are wiped, and the slot's state is set to `PSA_SLOT_EMPTY`.
171 … functions have italicized labels. The `PSA_SLOT_PENDING_DELETION -> PSA_SLOT_EMPTY` transition ca…
176 …slot` from `expected_state` to `new_state`, when `new_state` is not `PSA_SLOT_EMPTY`, one must cal…
178 Changing a slot's state to `PSA_SLOT_EMPTY` is done via `psa_wipe_key_slot`, this function wipes th…
206 …utex`, iterates through the key store to find a slot whose state is `PSA_SLOT_EMPTY`. If found, it…
/mbedtls-latest/docs/architecture/
Dpsa-keystore-design.md44 * `PSA_SLOT_EMPTY`: a slot that occupies memory but does not currently contain a key.