Home
last modified time | relevance | path

Searched refs:KEY_SLOT_VOLATILE_SLICE_COUNT (Results 1 – 2 of 2) sorted by relevance

/mbedtls-latest/library/
Dpsa_crypto_slot_management.c95 #define KEY_SLOT_VOLATILE_SLICE_COUNT 22u macro
96 #define KEY_SLICE_COUNT (KEY_SLOT_VOLATILE_SLICE_COUNT + 1u)
97 #define KEY_SLOT_CACHE_SLICE_INDEX KEY_SLOT_VOLATILE_SLICE_COUNT
107 SIZE_MAX >> (KEY_SLOT_VOLATILE_SLICE_COUNT - 1))
114 #if KEY_SLOT_VOLATILE_SLICE_COUNT > (1 << KEY_ID_SLICE_INDEX_WIDTH)
118 (KEY_SLOT_VOLATILE_SLICE_BASE_LENGTH << (KEY_SLOT_VOLATILE_SLICE_COUNT - 1))
162 return KEY_SLOT_VOLATILE_SLICE_COUNT; in psa_key_slot_volatile_slice_count()
186 size_t first_free_slot_index[KEY_SLOT_VOLATILE_SLICE_COUNT];
276 if (slice_idx >= KEY_SLOT_VOLATILE_SLICE_COUNT) { in get_volatile_key_slot()
490 for (size_t slice_idx = 0; slice_idx < KEY_SLOT_VOLATILE_SLICE_COUNT; slice_idx++) { in psa_wipe_all_key_slots()
[all …]
/mbedtls-latest/docs/architecture/
Dpsa-keystore-design.md132 Key slices number 0 to `KEY_SLOT_VOLATILE_SLICE_COUNT - 1` contain only volatile keys.