RE: Testing the geode-aes driver with the tcrypt module completely freezes the machine

2007-05-02 Thread Martin Schiller
On Friday, April 27, 2007 02:53:30 -0700 , Evgeniy Polyakov wrote: >> Could it be compiler problem and broken hardware? >> Martin, can you test attached patch? > >Or better this one: > >diff --git a/drivers/crypto/geode-aes.c b/drivers/crypto/geode-aes.c >index 6d3840e..724169b 100644 >--- a/drive

Re: [PATCH] crypto: convert "crypto" subdirectory to UTF-8

2007-05-02 Thread Herbert Xu
John Anthony Kazos Jr. <[EMAIL PROTECTED]> wrote: > > (Were you able to successfully apply the patch attached in octet-stream > encoding?) Yes it worked fine. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.or

Re: [PATCH] crypto: convert "crypto" subdirectory to UTF-8

2007-05-02 Thread John Anthony Kazos Jr.
> > Convert the subdirectory "crypto" to UTF-8. The files changed are > > and . > > > > Signed-off-by: John Anthony Kazos Jr. <[EMAIL PROTECTED]> > > Thanks. Could you fix up include/linux/crypto.h as well? Sure, will do. Since I've gotten almost no feedback about these patches whatsoever, I

Re: [PATCH 5/6] [CRYPTO] cryptd: Add software async crypto daemon

2007-05-02 Thread Herbert Xu
On Wed, May 02, 2007 at 01:14:33PM +0400, Evgeniy Polyakov wrote: > > I.e. do not use uncommented^Wencrypted cryptd source, but just write a > driver with couple of algorithms with magic CRYPTO_ALG_ASYNC bit set in > its flags? That would be much simpler. Well cryptd isn't completely useless for

Re: [PATCH 5/6] [CRYPTO] cryptd: Add software async crypto daemon

2007-05-02 Thread Evgeniy Polyakov
On Wed, May 02, 2007 at 02:57:21PM +1000, Herbert Xu ([EMAIL PROTECTED]) wrote: > > For example HIFH adapter can not perform blowfish encryption, but it > > will be requested to do so each time new tfm is being requested, if my > > analysis correct... > > Sorry, I think I've misled you there. For