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
186 * acomp_request_alloc() -- allocates asynchronous (de)compression request
195 * acomp_request_free() -- zeroize and free asynchronous (de)compression
204 * acomp_request_set_callback() -- Sets an asynchronous callback
206 * Callback will be called when an asynchronous operation on a given
229 * @req: asynchronous compress request
253 * crypto_acomp_compress() -- Invoke asynchronous compress operation
255 * Function invokes the asynchronous compress operation
257 * @req: asynchronous compress request
275 * crypto_acomp_decompress() -- Invoke asynchronous decompress operation
277 * Function invokes the asynchronous decompress operation
279 * @req: asynchronous compress request