Re: [PATCH v4 02/10] crypto: add asynchronous compression api
On Tue, May 31, 2016 at 02:55:28PM +0100, Giovanni Cabiddu wrote: > > +/** > + * struct acomp_req - asynchronous (de)compression request > + * > + * @base: Common attributes for asynchronous crypto requests > + * @src: Source Data > + * @dst: Destination data > + * @slen: Size of
[PATCH v4 02/10] crypto: add asynchronous compression api
This patch introduces acomp, an asynchronous compression api that uses scatterlist buffers. Signed-off-by: Giovanni Cabiddu --- crypto/Kconfig | 10 ++ crypto/Makefile |2 + crypto/acompress.c | 118 crypto/crypto_