Lines Matching refs:fallback
41 [Req.fallback] Accelerator drivers can specify that they do not fully support a cryptographic mecha…
99 …fallback"` (optional for transparent drivers, not permitted for opaque drivers, boolean). If prese…
123 …list](#driver-description-list) is invoked. If the capability has [fallback](#fallback) enabled an…
323 2. Otherwise ([or on fallback?](#fallback-for-key-derivation-in-opaque-drivers)), if there is a tra…
324 3. Otherwise, or on fallback, the core uses its built-in implementation.
499 …the applicable transparent driver (or multiple drivers in succession if fallback applies). In some…
515 * `"fallback"` (optional, boolean). If present and true, the driver may return `PSA_ERROR_NOT_SUPPO…
537 …D` (for the first call only) (only if fallback is enabled): the driver cannot fulfill this request…
600 - otherwise, or on fallback, the core uses its built-in implementation.
1014 …ed if the driver specification for random generation has the [fallback property](#fallback) enable…
1020 …driver-description-capability) partially, by setting the capability's `"fallback"` property to tru…
1022 If a transparent driver entry point is part of a capability which has a true `"fallback"` property …
1024 If all the available drivers have fallback enabled and return `PSA_ERROR_NOT_SUPPORTED`, the core w…
1027 If a transparent driver entry point is part of a capability where the `"fallback"` property is fals…
1100 …y from or to a different [location](#lifetimes-and-locations), or [as a fallback for key derivatio…
1357 …one? The last one? Unspecified? Or is this an error (excluding capabilities with fallback enabled)?
1428 Should [dispatch to an opaque driver](#key-derivation-driver-dispatch-logic) allow fallback, so tha…
1430 …) capability indicate which key types the driver can derive? How should fallback work? For example…