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