mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-09 10:06:59 +00:00
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>