commit | 88056ec346ccf41f63dbc7080b24b5fd19d1358d | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 14 12:28:26 2009 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 14 15:54:07 2009 +0800 |
tree | b78a82cbce49183e587ab8a1a5a5922611468361 | |
parent | 2ca33da1dea3ba53d1425226a6bac073c5e8568c [diff] |
crypto: ahash - Convert to new style algorithms This patch converts crypto_ahash to the new style. The old ahash algorithm type is retained until the existing ahash implementations are also converted. All ahash users will automatically get the new crypto_ahash type. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>