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>
Showing
- crypto/Makefile 1 addition, 0 deletionscrypto/Makefile
- crypto/acompress.c 53 additions, 2 deletionscrypto/acompress.c
- crypto/scompress.c 356 additions, 0 deletionscrypto/scompress.c
- include/crypto/acompress.h 15 additions, 27 deletionsinclude/crypto/acompress.h
- include/crypto/internal/acompress.h 15 additions, 0 deletionsinclude/crypto/internal/acompress.h
- include/crypto/internal/scompress.h 136 additions, 0 deletionsinclude/crypto/internal/scompress.h
- include/linux/crypto.h 2 additions, 0 deletionsinclude/linux/crypto.h
Please register or sign in to comment