[PATCH 3/5] crypto: Add LZO compression support to the crypto interface

2007-02-28 Thread Richard Purdie
Add LZO1X compression support to the crypto interface, including a couple of tests. Also convert test_deflate into a more generic test_compress() and avoid duplicating the data for compression and decompression tests since this can always work both ways in the compression case. Signed-off-by:

[PATCH 3/5] crypto: Add LZO compression support to the crypto interface

2007-02-28 Thread Richard Purdie
Add LZO1X compression support to the crypto interface, including a couple of tests. Also convert test_deflate into a more generic test_compress() and avoid duplicating the data for compression and decompression tests since this can always work both ways in the compression case. Signed-off-by: