Home
last modified time | relevance | path

Searched refs:slice_index (Results 1 – 4 of 4) sorted by relevance

/mbedtls-latest/library/
Dpsa_crypto_slot_management.c551 slot->slice_index = (uint8_t) slice_idx; in psa_allocate_volatile_key_slot()
658 selected_slot->slice_index = KEY_SLOT_CACHE_SLICE_INDEX; in psa_reserve_free_key_slot()
Dpsa_crypto_core.h100 uint8_t slice_index; member
Dpsa_crypto.c1258 size_t slice_index = slot->slice_index; in psa_wipe_key_slot() local
1279 status = psa_free_key_slot(slice_index, slot); in psa_wipe_key_slot()
/mbedtls-latest/docs/architecture/
Dpsa-keystore-design.md137 … bit positions. That is, `key_id = BASE | slice_index | slot_index` where the bits set in `BASE`, …