Home
last modified time | relevance | path

Searched refs:next_free_relative_to_next (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()
535 slot->var.free.next_free_relative_to_next = 0; in psa_allocate_volatile_key_slot()
588 slot->var.free.next_free_relative_to_next = in psa_free_key_slot()
H A Dpsa_crypto_core.h108 int32_t next_free_relative_to_next; member