mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
4989d4f07a
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>