Re: OCF Support on linux 2.6.

2007-07-18 Thread David McCullough
Jivin Nawang Chhetan lays it down ... > Hi David, > I have noticed that with every release of OCF-Linux > backward compatibilty is not taken care of. > > For example in cryptosoft.c file you declared a new instance of > blkcipher_desc structure, this structure is no defined upto

Looking for comments on a Linux driver for HW accelerated Kasumi+F8+F9 algorithms.

2007-07-18 Thread tirumalareddy marri
Hi , I have created Linux driver for HW accelerated kasumi, F8 and F9 algorithms. Could you please look at the driver and provide comments about the usage. This driver is acts as a character driver. Encryption API's can be accessed from kernel and user space. My concern is accessing the driver fr

Re: combined mode algorithms

2007-07-18 Thread Joy Latten
On Wed, 2007-07-18 at 12:46 +0800, Herbert Xu wrote: > On Tue, Jun 26, 2007 at 10:02:36AM -0500, Joy Latten wrote: > > > > Ok, thanks. This helps. I can code up the infrastructure for this. I > > am thinking I will eventually need one of the algorithms to test and > > complete it though. RFCs 4309

Re: [PATCH] crypto/aes.c remove operator ? and variable t in bf_setkey

2007-07-18 Thread Frederik Sdun
Hi now i have the failure in my patch. i excuse for the spamming and foolness. happy coding Frederik Removed the temporary variable t which is not needed working copy of p. Operator ? removed out of loop by false case. Signed-off-by: Frederik Sdun <[EMAIL PROTECTED]> --- linux-2.6/crypto/aes.c

Re: OCF Support on linux 2.6.

2007-07-18 Thread Nawang Chhetan
Hi David, I have noticed that with every release of OCF-Linux backward compatibilty is not taken care of. For example in cryptosoft.c file you declared a new instance of blkcipher_desc structure, this structure is no defined upto 2.6.18. I could find it on 2.6.20.1. I dont know a