crypto: ahash - Convert to new style algorithms
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 14 Jul 2009 04:28:26 +0000 (12:28 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 14 Jul 2009 07:54:07 +0000 (15:54 +0800)
commit88056ec346ccf41f63dbc7080b24b5fd19d1358d
treeb78a82cbce49183e587ab8a1a5a5922611468361
parent2ca33da1dea3ba53d1425226a6bac073c5e8568c
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>
crypto/ahash.c
crypto/shash.c
include/crypto/hash.h
include/crypto/internal/hash.h
include/linux/crypto.h