diff options
author | Eric Biggers <ebiggers@google.com> | 2024-04-13 03:09:47 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-04-19 13:54:19 +0300 |
commit | ea9459ef363e46b1b353b3fd45761d738b1458a9 (patch) | |
tree | 76f8272aa0b84c2166690f2000786def65382b3b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 1d27e1f5c8f7ade40f0e85ddecbe9158393265e5 (diff) | |
download | linux-ea9459ef363e46b1b353b3fd45761d738b1458a9.tar.xz |
crypto: x86/aesni-xts - deduplicate aesni_xts_enc() and aesni_xts_dec()
Since aesni_xts_enc() and aesni_xts_dec() are very similar, generate
them from a macro that's passed an argument enc=1 or enc=0. This
reduces the length of aesni-intel_asm.S by 112 lines while still
producing the exact same object file in both 32-bit and 64-bit mode.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
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