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
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
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
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
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