Re: [PATCH 1/2] crypto: add asynchronous compression api
On Mon, Feb 08, 2016 at 04:10:02PM +, Giovanni Cabiddu wrote: > Signed-off-by: Giovanni Cabiddu This is missing the noctx support. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from thi
[PATCH 1/2] crypto: add asynchronous compression api
Signed-off-by: Giovanni Cabiddu --- crypto/Kconfig | 10 ++ crypto/Makefile |2 + crypto/acompress.c | 118 crypto/crypto_user.c| 21 +++ include/crypto/acompress.h | 263