diff options
author | Eric Biggers <ebiggers@google.com> | 2024-12-13 00:28:43 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-12-21 17:46:24 +0300 |
commit | 77a4b5675b0494bb47926cc63593378243778dfd (patch) | |
tree | a1e925593a2acb4b296b38827fb84b28aad7d69a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | bd7e7df6e660ecc1e9c0d9d97215fc0732a9d7e1 (diff) | |
download | linux-77a4b5675b0494bb47926cc63593378243778dfd.tar.xz |
crypto: x86/aes-xts - change len parameter to int
The AES-XTS assembly code currently treats the length as signed, since
this saves a few instructions in the loop compared to treating it as
unsigned. Therefore update the type to make this clear. (It is not
actually passed any values larger than PAGE_SIZE.)
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions