crypto: hash - Move ahash functions into crypto/hash.h
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jul 2008 08:01:22 +0000 (16:01 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jul 2008 12:35:18 +0000 (20:35 +0800)
commit18e33e6d5cc0495826f5245777cd267732815e01
tree5cf0151630a63c27e06daad39556c423d4e2ef36
parent5773a3e6e396d5fd9de58372abe6a86b7e258e3e
crypto: hash - Move ahash functions into crypto/hash.h

All new crypto interfaces should go into individual files as much
as possible in order to ensure that crypto.h does not collapse under
its own weight.

This patch moves the ahash code into crypto/hash.h and crypto/internal/hash.h
respectively.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/cryptd.c
crypto/digest.c
crypto/hash.c
crypto/tcrypt.c
include/crypto/algapi.h
include/crypto/hash.h [new file with mode: 0644]
include/crypto/internal/hash.h
include/linux/crypto.h