Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpsa_crypto_slot_management.h183 psa_status_t psa_free_key_slot(size_t slice_idx,
Dpsa_crypto_slot_management.c555 psa_status_t psa_free_key_slot(size_t slice_idx, in psa_free_key_slot() function
Dpsa_crypto.c1279 status = psa_free_key_slot(slice_index, slot); in psa_wipe_key_slot()
/mbedtls-latest/docs/architecture/
Dpsa-keystore-design.md27 …rations free a key slot by calling `psa_wipe_key_slot()` and, if applicable, `psa_free_key_slot()`:
149 …ires this because `psa_wipe_key_slot()` wipes the slot, then calls `psa_free_key_slot()`, which ne…
175 When destroying a volatile key, `psa_wipe_key_slot()` calls `psa_free_key_slot()`. This function ad…
179 As of Mbed TLS 3.6.1, `psa_free_key_slot()` does not deallocate slices. Thus the memory consumption…