crypto: crc32c - Add ahash implementation
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 8 Jul 2008 12:54:28 +0000 (20:54 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jul 2008 12:35:18 +0000 (20:35 +0800)
commit5773a3e6e396d5fd9de58372abe6a86b7e258e3e
tree8c8576fdc279e95d16ed4dfd332b6380285027bf
parent20036252fc61c624a49770fb89684ea5cfdfa05e
crypto: crc32c - Add ahash implementation

This patch reimplements crc32c using the ahash interface.  This
allows one tfm to be used by an unlimited number of users provided
that they all use the same key (which all current crc32c users do).

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
crypto/crc32c.c