]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: xilinx/zynqmp-sha - remove unnecessary alignmask
authorEric Biggers <ebiggers@google.com>
Thu, 19 Oct 2023 05:53:29 +0000 (22:53 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 27 Oct 2023 10:04:24 +0000 (18:04 +0800)
commit71e8c241b22618484137255f39fcb67efa5ef962
treeb97ff0e31da8e43bbf84ba9c00bdfd2c1e82793d
parent0174275a08e1ed72b3a4ddee462ee3d75c13cc65
crypto: xilinx/zynqmp-sha - remove unnecessary alignmask

The zynqmp-sha3-384 algorithm sets a nonzero alignmask, but it doesn't
appear to actually need it.  Therefore, stop setting it.  This will
allow this algorithm 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>
drivers/crypto/xilinx/zynqmp-sha.c