Re: Add LZO compression support to cryptoapi

2007-12-07 Thread Herbert Xu
On Wed, Dec 05, 2007 at 12:24:16PM +0100, Zoltan Sogor wrote: > > I've modified the patch as you suggested and added an other patch which adds > a common compression test function (modifies deflate test case to use the > common function). Both applied to cryptodev-2.6. Thanks a lot Zoltan! --

Re: Add LZO compression support to cryptoapi

2007-12-05 Thread Zoltan Sogor
Hi Herbert! Herbert Xu wrote: Hi Zoltan: On Tue, Nov 27, 2007 at 10:44:07AM +0100, Zoltan Sogor wrote: I'm Zoltan Sogor at University of Szeged, Hungary, and we are working on new flash file system (UBIFS) cooperating with Nokia Corp. We would like to use cryptoapi in UBIFS compression/enc

Re: Add LZO compression support to cryptoapi

2007-11-29 Thread Herbert Xu
Hi Zoltan: On Tue, Nov 27, 2007 at 10:44:07AM +0100, Zoltan Sogor wrote: > > I'm Zoltan Sogor at University of Szeged, Hungary, and we are working on > new flash file system (UBIFS) cooperating with Nokia Corp. We would like > to use cryptoapi in UBIFS compression/encrypt mechanism. > > I've p

Add LZO compression support to cryptoapi

2007-11-27 Thread Zoltan Sogor
Hello Herbert! I'm Zoltan Sogor at University of Szeged, Hungary, and we are working on new flash file system (UBIFS) cooperating with Nokia Corp. We would like to use cryptoapi in UBIFS compression/encrypt mechanism. I've ported LZO compressor into cryptoapi. If you think the patch is good,