Lines Matching refs:point
171 …`q1` immediately before `f`'s linearization point, it may be `q2` immediately after `f`'s lineariz…
207 …the slot id is set. This second step is not done under the mutex, at this point the calling thread…
209 * `psa_fail_key_creation` - If there is a failure at any point in the key creation stage, this clea…
237 …point" for each call, this is a single execution step where the function takes effect (this is usu…
243 …point for a successful call is the mutex unlock within `psa_finish_key_creation`; it is at this po…
244 …point for a successful destruction is the mutex unlock, the slot is now in the state `PSA_SLOT_PEN…
245 * `psa_purge_key`, `psa_close_key` - The linearization point is the mutex unlock after wiping the s…
246 …erations - The linearization point is the final unlock of the mutex within `psa_get_and_lock_key_s…
247 * Multi-part operations - The linearization point of the key input function is the final unlock of …
320 * At this point, the destroying thread directly calls `psa_wipe_key_slot`.
339 * By default, each driver only has at most one entry point active at any given time. In other words…
345 1. Drivers don't call the core for any operation for which they provide an entry point.
355 …these calls. (Drivers are still allowed to call any core API that can't have a driver entry point.)
365 … expect them to be more flexible in terms of re-entrancy as well. At this point it is hard to see …