linux/drivers/crypto/stm32
Eric Biggers 0174275a08 crypto: stm32 - remove unnecessary alignmask
The stm32 crc32 algorithms set a nonzero alignmask, but they don't seem
to actually need it.  Their ->update function already has code that
handles aligning the data to the same alignment that the alignmask
specifies, their ->setkey function already uses get_unaligned_le32(),
and their ->final function already uses put_unaligned_le32().
Therefore, stop setting the alignmask.  This will allow these algorithms
to keep being registered after alignmask support is removed from shash.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2023-10-27 18:04:24 +08:00
..
Kconfig crypto: stm32 - add new algorithms support 2023-07-22 13:59:38 +12:00
Makefile Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 2019-07-08 20:57:08 -07:00
stm32-crc32.c crypto: stm32 - remove unnecessary alignmask 2023-10-27 18:04:24 +08:00
stm32-cryp.c crypto: drivers - Explicitly include correct DT includes 2023-08-23 11:04:23 +08:00
stm32-hash.c crypto: drivers - Explicitly include correct DT includes 2023-08-23 11:04:23 +08:00