Searched refs:psa_free_key_slot (Results 1 – 4 of 4) sorted by relevance
183 psa_status_t psa_free_key_slot(size_t slice_idx,
555 psa_status_t psa_free_key_slot(size_t slice_idx, in psa_free_key_slot() function
1279 status = psa_free_key_slot(slice_index, slot); in psa_wipe_key_slot()
27 …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…