Lines Matching full:asynchronous
3 * Asynchronous Compression operations
16 * struct acomp_req - asynchronous (de)compression request
18 * @base: Common attributes for asynchronous crypto requests
56 * struct acomp_alg - asynchronous compression algorithm
87 * DOC: Asynchronous Compression API
89 * The Asynchronous Compression API is used with the algorithms of type
184 * acomp_request_alloc() -- allocates asynchronous (de)compression request
193 * acomp_request_free() -- zeroize and free asynchronous (de)compression
202 * acomp_request_set_callback() -- Sets an asynchronous callback
204 * Callback will be called when an asynchronous operation on a given
227 * @req: asynchronous compress request
251 * crypto_acomp_compress() -- Invoke asynchronous compress operation
253 * Function invokes the asynchronous compress operation
255 * @req: asynchronous compress request
273 * crypto_acomp_decompress() -- Invoke asynchronous decompress operation
275 * Function invokes the asynchronous decompress operation
277 * @req: asynchronous compress request