Lines Matching refs:one
57 > * There is no overlap between an output parameter of one call and an input or output parameter of…
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` …
119 …one thread returns from creating/loading a key via a key management API call the key can be used b…
164 * `PSA_SLOT_FILLING`: one thread is currently loading or creating material to fill the slot, this t…
166 …within the slot has been destroyed or marked for destruction, but at least one thread is still reg…
176 …`expected_state` to `new_state`, when `new_state` is not `PSA_SLOT_EMPTY`, one must call `psa_key_…
206 …stent keys loaded which do not have any readers, if there are it will kick one such key out of the…
221 * They call one of the `psa_get_and_lock_key_slot_X` functions, which then finds the key and regist…
231 …he slot's registered reader counter is equal to 1. This implements a "last one out closes the door…
249 Please note that one shot operations and multi-part operations are not yet considered thread-safe, …
339 * By default, each driver only has at most one entry point active at any given time. In other words…