commit | 97eedce1a64a57648ac5e39f03825528c47ba72e | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jul 08 15:55:52 2009 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jul 08 18:57:10 2009 +0800 |
tree | 5dea863a2b51b01b8e436d4e395ef15ae3f4bcd9 | |
parent | 2e4fddd8e420e8f531a34e7a97f9cdb851a6ad13 [diff] |
crypto: api - Add new style spawn support This patch modifies the spawn infrastructure to support new style algorithms like shash. In particular, this means storing the frontend type in the spawn and using crypto_create_tfm to allocate the tfm. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>