Home
last modified time | relevance | path

Searched refs:PSA_SLOT_FULL (Results 1 – 6 of 6) sorted by relevance

/mbedtls-latest/library/
Dpsa_crypto_slot_management.c397 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()
Dpsa_crypto_slot_management.h232 if ((slot->state != PSA_SLOT_FULL) || in psa_register_read()
Dpsa_crypto_core.h54 PSA_SLOT_FULL, enumerator
Dpsa_crypto.c1229 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);
/mbedtls-latest/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md165 * `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 …
/mbedtls-latest/docs/architecture/
Dpsa-keystore-design.md46 * `PSA_SLOT_FULL`: a slot containing a key.