Re: [PATCH 10/10] AXFS: axfs_uncompress.c

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Geert Uytterhoeven
Date: Thursday, August 21, 2008 - 5:28 am

On Thu, 21 Aug 2008, Artem Bityutskiy wrote:

If you want support for multiple decompression algorithms, you can switch
from using zlib_inflate*() directly to calling zlib through the crypto API.
Then you can call crypto_alloc_comp() with the correct decompression algorithm
name.

For squashfs, I had to modify only ca. 40 lines of code.

You do need a new zlib crypto module, as the existing deflate crypto module
uses the raw deflate format instead of the zlib format, and has some parameters
tuned for its use in IPSec.

I hope to have some patches ready next week...

With kind regards,

Geert Uytterhoeven
Software Architect

Sony Techsoft Centre Europe
The Corporate Village
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 10/10] AXFS: axfs_uncompress.c, Jared Hulbert, (Wed Aug 20, 10:46 pm)
Re: [PATCH 10/10] AXFS: axfs_uncompress.c, Sven Wegener, (Thu Aug 21, 2:01 am)
Re: [PATCH 10/10] AXFS: axfs_uncompress.c, Artem Bityutskiy, (Thu Aug 21, 4:40 am)
Re: [PATCH 10/10] AXFS: axfs_uncompress.c, Geert Uytterhoeven, (Thu Aug 21, 5:28 am)
Re: [PATCH 10/10] AXFS: axfs_uncompress.c, Jared Hulbert, (Thu Aug 21, 7:35 am)
Re: [PATCH 10/10] AXFS: axfs_uncompress.c, Jared Hulbert, (Thu Aug 21, 7:37 am)
Re: [PATCH 10/10] AXFS: axfs_uncompress.c, Sven Wegener, (Thu Aug 21, 7:53 am)
Re: [PATCH 10/10] AXFS: axfs_uncompress.c, Geert Uytterhoeven, (Fri Aug 29, 6:48 am)