Home
last modified time | relevance | path

Searched refs:next_free_relative_to_next (Results 1 – 3 of 3) sorted by relevance

/mbedtls-latest/library/
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()
Dpsa_crypto_core.h120 int32_t next_free_relative_to_next; member
/mbedtls-latest/docs/architecture/
Dpsa-keystore-design.md163 …ex of the next slot after slot `i` in the free list is `i + 1 slice[i].next_free_relative_to_next`.