Lines Matching refs:other
19 The other functions in the PSA Crypto API are planned to be made thread-safe in future, but current…
45 We do not test or support calling other PSA API functions concurrently.
70 > * If one call returns `PSA_ERROR_ALREADY_EXISTS`, then the other call must succeed.
71 … * If one of the calls succeeds, then the other must fail: either with `PSA_ERROR_ALREADY_EXISTS` …
86 We intend to ship support for other platforms including Windows in future releases.
90 Much like all other API calls, `psa_destroy_key` does not block indefinitely, and when `psa_destroy…
127 … resources. This is because any such operation would need to wait for all other threads to complet…
237 …this is usually a step in which the effects of the call become visible to other threads). If every…
243 …finish_key_creation`; it is at this point that the key becomes visible to other threads. The linea…
247 … is the final unlock of the mutex within `psa_get_and_lock_key_slot`. All other steps have no non …
276 * After implementing other threading platforms, expand the tests to these platforms.
339 * By default, each driver only has at most one entry point active at any given time. In other words…