ixCryptoAccInit() error in intel access library 1.4

2006-01-25 Thread Park, Jin Hyung
Hello :) im working on some cryptographic linux kernel module with ixp425 chipset. i'm using the intel access library 1.4. i have a problem with calling "ixCryptoAccInit()". just my thought, i need to call it in module init() function, like 91 if (IX_SUCCESS != ixCryptoAccConfig

Re: alignment exception on MD5 code.

2006-01-25 Thread Herbert Xu
On Wed, Jan 25, 2006 at 01:13:07PM +0200, Ronen Shitrit wrote: > Tested, works fine. Great. I've simplified the crypto_ctxsize calculation slightly and this is the final version. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: ht

RE: alignment exception on MD5 code.

2006-01-25 Thread Ronen Shitrit
Tested, works fine. I found in some manual that when using aligned without a specific size, then "it will be aligned to the largest strict alignment for any natural type (that is, integral or real) that can be handled on the target machine." Which is 8 for the Xscale ;) Regards Ronen Shitrit --