aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorEric Biggers <[email protected]>2024-04-19 22:54:55 -0700
committerHerbert Xu <[email protected]>2024-04-26 17:26:10 +0800
commit6a805864740cf46ac449ba6cd04fa8a683b27593 (patch)
tree8bb8a0b9ec573e061c50f577605974af4723ae2a /tools/perf/scripts/python/export-to-postgresql.py
parentc819d7b836c5dfca0854d3e56664293601f2176d (diff)
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 <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions