Skip to content

Commit

Permalink
crypto: zlib - New zlib crypto module, using pcomp
Browse files Browse the repository at this point in the history
Signed-off-by: Geert Uytterhoeven <[email protected]>
Cc: James Morris <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
Geert Uytterhoeven authored and herbertx committed Mar 4, 2009
1 parent 8064efb commit bf68e65
Show file tree
Hide file tree
Showing 4 changed files with 408 additions and 0 deletions.
9 changes: 9 additions & 0 deletions crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,15 @@ config CRYPTO_DEFLATE

You will most probably want this if using IPSec.

config CRYPTO_ZLIB
tristate "Zlib compression algorithm"
select CRYPTO_PCOMP
select ZLIB_INFLATE
select ZLIB_DEFLATE
select NLATTR
help
This is the zlib algorithm.

config CRYPTO_LZO
tristate "LZO compression algorithm"
select CRYPTO_ALGAPI
Expand Down
1 change: 1 addition & 0 deletions crypto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ obj-$(CONFIG_CRYPTO_ANUBIS) += anubis.o
obj-$(CONFIG_CRYPTO_SEED) += seed.o
obj-$(CONFIG_CRYPTO_SALSA20) += salsa20_generic.o
obj-$(CONFIG_CRYPTO_DEFLATE) += deflate.o
obj-$(CONFIG_CRYPTO_ZLIB) += zlib.o
obj-$(CONFIG_CRYPTO_MICHAEL_MIC) += michael_mic.o
obj-$(CONFIG_CRYPTO_CRC32C) += crc32c.o
obj-$(CONFIG_CRYPTO_AUTHENC) += authenc.o
Expand Down
Loading

0 comments on commit bf68e65

Please sign in to comment.