]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite2f2a005734ece44c437d24d1599b91429e3e72d
treefa44f5f8efdcf0a69b9a91673753a36067ecc9f5
parentdc1273e664ece13723931537f126b11df30939d5
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