Lines Matching refs:code
69 … larger RAM usage at rest for the static key store, larger code size and more risk due to code com…
71 … material is allocated on the heap. Compared to the hybrid key store, the code size and RAM consum…
77 …h`, as explained above), to minimize the risk of bugs and the increase in code size. These conside…
79 …Mbed TLS 3.6.x are that this increases complexity somewhat (slightly more code size, and more risk…
85 Some parts of the key slot management code use **key slices** as an abstraction. A key slice is an …
106 …e key slot array until it finds one that is empty. If there are none, the code looks for a persist…
141 Some parts of the slot management code need to determine which key slice contains a key slot when g…
167 … it finds a slice that is not full. If all allocated slices are full, the code allocates a new sli…
183 …lices. Mixing allocated and unallocated slices may make some parts of the code a little more compl…
212 If the cache slice is full, the code will try to evict an entry. Only slots that do not have reader…
214 …there is no tracking of a key's usage frequency or age. The slot eviction code picks the first evi…