aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/hash.h
Commit message (Collapse)AuthorAge
* crypto: hash - Add missing top-level functionsHerbert Xu2008-08-13
| | | | | | The top-level functions init/update/final were missing for ahash. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
* crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu2008-07-10
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>