crypto: sa2ul - Set the supported_algos bits individually
authorAndrew Davis <afd@ti.com>
Wed, 6 Jul 2022 19:11:43 +0000 (14:11 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 15 Jul 2022 08:43:22 +0000 (16:43 +0800)
commita65c9a2a0b43118ee6f00eeeb73aefdcbd89728f
treeee1a78ba4de3779e85138aac5d192fafb29bdf1c
parent6c14a9650b8729882995f5fcd6c62336b40aeb26
crypto: sa2ul - Set the supported_algos bits individually

Setting these individually gives a better picture of supported
functions at a glance. Plus if the list changes an unwanted
one will not accidentally get set with GENMASK.

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/sa2ul.c