ipsec: Stop using crypto_has_alg
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 14 Sep 2023 08:28:22 +0000 (16:28 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 20 Sep 2023 05:15:29 +0000 (13:15 +0800)
commita1383e2ab102c4e0d25304c07c66232c23ee0d9b
treeb45519dbdf5d08ff1d86206e1558a17f9f8f22e1
parent534562e59f354495c2644de6540d56713dde9e52
ipsec: Stop using crypto_has_alg

Stop using the obsolete crypto_has_alg helper that is type-agnostic.
Instead use the type-specific helpers such as the newly added
crypto_has_aead.

This means that changes in the underlying type/mask values won't
affect IPsec.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
net/xfrm/xfrm_algo.c