ipsec: Use skcipher and ahash when probing algorithms
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 24 Jan 2016 13:19:11 +0000 (21:19 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 27 Jan 2016 12:36:07 +0000 (20:36 +0800)
commit17bc197022212a8b439b213b2f23a8603a784e56
treebb3f790c82f9a06041a2116e6f47d3d6130405c4
parent1afe593b423918ffd5e449cec858b1591cd31781
ipsec: Use skcipher and ahash when probing algorithms

This patch removes the last reference to hash and ablkcipher from
IPsec and replaces them with ahash and skcipher respectively.  For
skcipher there is currently no difference at all, while for ahash
the current code is actually buggy and would prevent asynchronous
algorithms from being discovered.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: David S. Miller <davem@davemloft.net>
net/xfrm/xfrm_algo.c