mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
The lookup function in crypto_type was only used for the implicit IV generators which have been completely removed from the crypto API. This patch removes the lookup function as it is now useless. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>