summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2021-02-01 21:02:32 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2021-02-10 09:55:56 +0300
commit50a3a9fae3e0c3662786875b941c93dcdd26eee6 (patch)
tree6d692620eb6c3681b5b9a27c66e1540fac0fdf25 /net
parent81d091a293a24912a61c22e073824d29496301d5 (diff)
downloadlinux-50a3a9fae3e0c3662786875b941c93dcdd26eee6.tar.xz
crypto: blowfish - use unaligned accessors instead of alignmask
Instead of using an alignmask of 0x3 to ensure 32-bit alignment of the Blowfish input and output blocks, which propagates to mode drivers, and results in pointless copying on architectures that don't care about alignment, use the unaligned accessors, which will do the right thing on each respective architecture, avoiding the need for double buffering. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions