mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
This patch adds the type-safe init_tfm/exit_tfm functions to the ahash interface. This is meant to replace the unsafe cra_init and cra_exit interface. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>