[patch 0/3] [RFC] zlib crypto module

2008-08-29 Thread Geert Uytterhoeven
These patches add a (de)compression module for the zlib format using the crypto API: [1] crypto: Add a zlib crypto module [2] tcrypt: Add a self test for the zlib crypto module [3] squashfs: Switch from zlib/inflate to zlib crypto module The last patch is a proof-of-concept to make SquashFS

[patch 2/3] tcrypt: Add a self test for the zlib crypto module

2008-08-29 Thread Geert Uytterhoeven
From: Geert Uytterhoeven [EMAIL PROTECTED] Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- crypto/tcrypt.c |9 ++ crypto/tcrypt.h | 81 2 files changed, 90 insertions(+) --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c @@