Eric Biggers 6a80586474 crypto: x86/aes-xts - simplify loop in xts_crypt_slowpath()
Since the total length processed by the loop in xts_crypt_slowpath() is
a multiple of AES_BLOCK_SIZE, just round the length down to
AES_BLOCK_SIZE even on the last step.  This doesn't change behavior, as
the last step will process a multiple of AES_BLOCK_SIZE regardless.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2024-04-26 17:26:10 +08:00
..
2024-03-24 13:54:06 -07:00
2024-03-21 14:41:00 -07:00
2024-03-21 10:01:02 -07:00
2024-03-24 11:13:56 -07:00
2024-03-24 11:13:56 -07:00
2024-03-21 14:41:00 -07:00
2024-03-12 17:44:08 -07:00
2024-03-19 08:48:09 -07:00
2024-03-21 14:41:00 -07:00