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

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

2007-05-01 Thread Herbert Xu
Hi Evgeniy: On Tue, May 01, 2007 at 06:23:29PM +0400, Evgeniy Polyakov wrote: > > As far as I understand, this callback is called each time new tfm is > going to be created? And it is called for each crypto_template cryptd_blkcipher_init_tfm/cryptd_blkcipher_exit_tfm are per-tfm while cryptd_allo

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

2007-05-01 Thread Evgeniy Polyakov
On Mon, Apr 16, 2007 at 08:52:20PM +1000, Herbert Xu ([EMAIL PROTECTED]) wrote: > [CRYPTO] cryptd: Add software async crypto daemon > > This patch adds the cryptd module which is a template that takes a > synchronous software crypto algorithm and converts it to an asynchronous > one by executing i

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

2007-04-16 Thread Herbert Xu
[CRYPTO] cryptd: Add software async crypto daemon This patch adds the cryptd module which is a template that takes a synchronous software crypto algorithm and converts it to an asynchronous one by executing it in a kernel thread. Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> --- crypto/Kconfig