Lines Matching +full:processing +full:- +full:engine
1 .. SPDX-License-Identifier: GPL-2.0
3 Crypto Engine
7 --------
8 The crypto engine (CE) API is a crypto queue manager.
11 -----------
18 struct crypto_engine engine;
22 The crypto engine only manages asynchronous requests in the form of
25 using container_of. In addition, the engine knows nothing about your
26 structure "``struct your_tfm_ctx``". The engine assumes (requires) the placement
30 -------------------
33 engine using ``crypto_engine_stop()`` and destroy the engine with
46 corresponding request is performed. If some processing or other preparatory
64 the crypto engine via one of: