Searched refs:first_free_slot_index (Results 1 – 1 of 1) sorted by relevance
186 size_t first_free_slot_index[KEY_SLOT_VOLATILE_SLICE_COUNT]; member491 global_data.first_free_slot_index[slice_idx] = 0; in psa_wipe_all_key_slots()506 if (global_data.first_free_slot_index[slice_idx] != FREE_SLOT_INDEX_NONE) { in psa_allocate_volatile_key_slot()524 size_t slot_idx = global_data.first_free_slot_index[slice_idx]; in psa_allocate_volatile_key_slot()532 global_data.first_free_slot_index[slice_idx] = next_free; in psa_allocate_volatile_key_slot()581 size_t next_free = global_data.first_free_slot_index[slice_idx]; in psa_free_key_slot()587 global_data.first_free_slot_index[slice_idx] = slot_idx; in psa_free_key_slot()