linux/drivers/crypto/stm32
Eric Biggers 6a38f62245 crypto: ahash - remove useless setting of type flags
Many ahash algorithms set .cra_flags = CRYPTO_ALG_TYPE_AHASH.  But this
is redundant with the C structure type ('struct ahash_alg'), and
crypto_register_ahash() already sets the type flag automatically,
clearing any type flag that was already there.  Apparently the useless
assignment has just been copy+pasted around.

So, remove the useless assignment from all the ahash algorithms.

This patch shouldn't change any actual behavior.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Acked-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2018-07-09 00:30:25 +08:00
..
Kconfig crypto: stm32 - Use standard CONFIG name 2017-12-28 17:56:50 +11:00
Makefile crypto: stm32 - Use standard CONFIG name 2017-12-28 17:56:50 +11:00
stm32-cryp.c crypto: stm32/cryp - Add power management support 2018-07-09 00:26:20 +08:00
stm32-hash.c crypto: ahash - remove useless setting of type flags 2018-07-09 00:30:25 +08:00
stm32_crc32.c crypto: stm32/crc - Add power management support 2018-07-09 00:26:22 +08:00