crypto: add lz4 Cryptographic API
authorChanho Min <chanho.min@lge.com>
Mon, 8 Jul 2013 23:01:51 +0000 (16:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Jul 2013 17:33:30 +0000 (10:33 -0700)
commit0ea8530dcf762526459b29ac713a623b51fd691f
tree65c8e2ff2ec2502ea7200a8ac338419e668a73bb
parentc72ac7a1a926dbffb59daf0f275450e5eecce16f
crypto: add lz4 Cryptographic API

Add support for lz4 and lz4hc compression algorithm using the lib/lz4/*
codebase.

[akpm@linux-foundation.org: fix warnings]
Signed-off-by: Chanho Min <chanho.min@lge.com>
Cc: "Darrick J. Wong" <djwong@us.ibm.com>
Cc: Bob Pearson <rpearson@systemfabricworks.com>
Cc: Richard Weinberger <richard@nod.at>
Cc: Herbert Xu <herbert@gondor.hengli.com.au>
Cc: Yann Collet <yann.collet.73@gmail.com>
Cc: Kyungsik Lee <kyungsik.lee@lge.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
crypto/Kconfig
crypto/Makefile
crypto/lz4.c [new file with mode: 0644]
crypto/lz4hc.c [new file with mode: 0644]