Lines Matching refs:when

23 * The [Guarantees](#guarantees) section describes the properties that are followed when PSA functio…
24 …sage-guide) section gives guidance on initializing, using and freeing PSA when using multiple thre…
43when concurrently calling any set of PSA key management functions once `psa_crypto_init` has been …
53 …ed to be added to the PSA 1.2 specification, Mbed TLS 3.6 abides by these when only considering [k…
90 Much like all other API calls, `psa_destroy_key` does not block indefinitely, and when `psa_destroy…
107when `MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG` is disabled, querying the RNG is thread-safe (`mbedtls_psa_…
123 …ed. All functions which have internal mutex locks and unlocks (except for when the lock/unlock occ…
176 …ion`. To change the state of `slot` from `expected_state` to `new_state`, when `new_state` is not …
219 One-shot operations follow a standard pattern when using an existing key:
237 …t of calls is equivalent to sequentially performing the calls in order of when their linearization…
257 … threads can happen in any order, thus may not produce the desired result when precise ordering is…
306 `psa_destroy_key` does not block indefinitely, and when `psa_destroy_key` returns:
348 With these, the only way of a deadlock is when there are several drivers with circular dependencies…
355 … Drivers providing entry points to these must not make a call to the core when handling these call…
363 …d-safe drivers work, thread-safe drivers must not make a call to the core when handling a call tha…