Lines Matching full:asynchronous
2 * Asynchronous Compression operations
21 * struct acomp_req - asynchronous (de)compression request
23 * @base: Common attributes for asynchronous crypto requests
61 * struct acomp_alg - asynchronous compression algorithm
92 * DOC: Asynchronous Compression API
94 * The Asynchronous Compression API is used with the algorithms of type
171 * acomp_request_alloc() -- allocates asynchronous (de)compression request
180 * acomp_request_free() -- zeroize and free asynchronous (de)compression
189 * acomp_request_set_callback() -- Sets an asynchronous callback
191 * Callback will be called when an asynchronous operation on a given
214 * @req: asynchronous compress request
238 * crypto_acomp_compress() -- Invoke asynchronous compress operation
240 * Function invokes the asynchronous compress operation
242 * @req: asynchronous compress request
254 * crypto_acomp_decompress() -- Invoke asynchronous decompress operation
256 * Function invokes the asynchronous decompress operation
258 * @req: asynchronous compress request