Re: Fwd: Re: [PATCH] iSCSI fix endieness of digest to be network byte order

2007-11-08 Thread Vlad Yasevich
Herbert Xu wrote: > On Thu, Nov 08, 2007 at 05:04:09PM +0900, FUJITA Tomonori wrote: >> I wonder why crc32c isn't used directly while crc32 is used directly >> since they vary by only the polynomial. > > It's because iSCSI uses it with scatterlists. The crypto layer > provides a nice interface fo

Re: [PATCH 2/2] [CRYPTO] users: Fix up scatterlist conversion errors

2007-10-26 Thread Vlad Yasevich
Herbert Xu wrote: > [CRYPTO] users: Fix up scatterlist conversion errors > > This patch fixes the errors made in the users of the crypto layer during > the sg_init_table conversion. It also adds a few conversions that were > missing altogether. > > Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> >