crypto: acomp - add asynchronous compression api
authorGiovanni Cabiddu <giovanni.cabiddu@intel.com>
Fri, 21 Oct 2016 12:19:47 +0000 (13:19 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 25 Oct 2016 03:08:30 +0000 (11:08 +0800)
commit2ebda74fd6c9d3fc3b9f0234fc519795e23025a5
treefa44f5f8efdcf0a69b9a91673753a36067ecc9f5
parentc8d283ff8b0b6b2061dfc137afd6c56608a34bcb
crypto: acomp - add asynchronous compression api

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>
crypto/Kconfig
crypto/Makefile
crypto/acompress.c [new file with mode: 0644]
crypto/crypto_user.c
include/crypto/acompress.h [new file with mode: 0644]
include/crypto/internal/acompress.h [new file with mode: 0644]
include/linux/crypto.h
include/uapi/linux/cryptouser.h