Lines Matching refs:section
10 …- Slot states are described in the [Key slot states](#key-slot-states) section. They guarantee saf…
13 …anagement.c` are now protected by mutexes, as described in the [Global data](#global-data) section.
23 * The [Guarantees](#guarantees) section describes the properties that are followed when PSA functio…
24 * The [Usage guide](#usage-guide) section gives guidance on initializing, using and freeing PSA whe…
25 * The [Current strategy](#current-strategy) section describes how thread-safety of key management a…
26 * The [Testing and analysis](#testing-and-analysis) section discusses the state of our testing, as …
27 * The [Future work](#future-work) section outlines our long-term goals for thread-safety; it also a…
37 …described in the [PSA Concurrent calling conventions](#psa-concurrent-calling-conventions) section.
43 …_crypto_init` has been called (see the [Initialization](#initialization) section for details on ho…
133 This section describes how we have implemented thread-safety. There is discussion of: techniques, i…
333 …s INACTIVE, then the call will set the state to ACTIVE, do the operation section and then restore …