Lines Matching refs:static
69 …static key slots](#static-key-store) with dynamic key data): the key store is a statically allocat…
70 * Fully [static key store](#static-key-store) (since Mbed TLS 3.6.3): the key store is a statically…
79 The static key store could become a runtime decision, where only keys larger than some threshold re…
87 * With a [static key store](#static-key-store), there is a single, statically allocated slice, with…
92 …n in the volatile key identifier is different for a [static](#volatile-key-identifiers-in-the-stat…
96 The static key store is the historical implementation. The key store is a statically allocated arra…
98 …static key store: a hybrid variant (default), and a fully-static variant enabled by the configurat…
100 #### Volatile key identifiers in the static key store
104 #### Key creation with a static key store
108 #### Freeing a key slot with a static key store
110 With a static key store, `psa_wipe_key_slot()` destroys or purges a key by freeing any associated r…
129 …number of slices is determined at compile time. The key store contains a static array of pointers …
161 … of all the slots in the slice that are free. The global data contains a static array of free list…
196 With the [static key store](#static-key-store), a non-empty slot can contain either a volatile key …
198 The persistent key cache is a fixed-size array of `MBEDTLS_PSA_KEY_SLOT_COUNT` slots. In the static…
208 * to create a volatile key (static key store only);
212 … have readers can be evicted (see [“Concurrency”](#concurrency)). In the static key store, slots c…