]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - crypto/scompress.c
crypto: acomp - add driver-side scomp interface
authorGiovanni Cabiddu <giovanni.cabiddu@intel.com>
Fri, 21 Oct 2016 12:19:48 +0000 (13:19 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 25 Oct 2016 03:08:31 +0000 (11:08 +0800)
commit1ab53a77b772bf7369464a0e4fa6fd6499acf8f1
tree781b6c458c8bdc4dfb52e1f91707a108a96f6f98
parent2ebda74fd6c9d3fc3b9f0234fc519795e23025a5
crypto: acomp - add driver-side scomp interface

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