Re: [PATCH 0/4][CRYPTO][IPsec] support XCBC

2006-10-19 Thread Herbert Xu
On Wed, Oct 18, 2006 at 11:25:55AM +0900, Kazunori MIYAZAWA wrote: > > I send patches to support XCBC mode of IPsec. > This patch is for linux-2.6.19-rc2. I checked to also apply > this to net-2.6. Thanks a lot for the patches Miyazawa-san. I'll put them into cryptodev-2.6 for 2.6.20. Cheers, -

[PATCH 0/4][CRYPTO][IPsec] support XCBC

2006-10-17 Thread Kazunori MIYAZAWA
Hello, I send patches to support XCBC mode of IPsec. This patch is for linux-2.6.19-rc2. I checked to also apply this to net-2.6. The patches does not use CBC mode in blkcipher. I think blkcipher provides encryption function of blocks. XCBC however needs only the last block of encryption. If I us