aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/acompress.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-10-25crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu1-2/+53
Add a synchronous back-end (scomp) to acomp. This allows to easily expose the already present compression algorithms in LKCF via acomp. Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2016-10-25crypto: acomp - add asynchronous compression apiGiovanni Cabiddu1-0/+118
Add acomp, an asynchronous compression api that uses scatterlist buffers. Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>