commit | 17bc197022212a8b439b213b2f23a8603a784e56 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sun Jan 24 21:19:11 2016 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jan 27 20:36:07 2016 +0800 |
tree | bb3f790c82f9a06041a2116e6f47d3d6130405c4 | |
parent | 1afe593b423918ffd5e449cec858b1591cd31781 [diff] |
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>