Home
last modified time | relevance | path

Searched defs:next_free (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_slot_management.c528 size_t next_free = slot_idx + 1 + slot->var.free.next_free_relative_to_next; in psa_allocate_volatile_key_slot() local
581 size_t next_free = global_data.first_free_slot_index[slice_idx]; in psa_free_key_slot() local
H A Dmemory_buffer_alloc.c40 memory_header *next_free; member