diff options
author | Eric Biggers <ebiggers@google.com> | 2024-04-07 23:22:31 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-04-12 09:07:53 +0200 |
commit | 751fb2528c12ef64d1e863efb196cdc968b384f6 (patch) | |
tree | a36ecfa5bbe8073e8baae31b334b977ae594bcbb /rust | |
parent | X.509: Introduce scope-based x509_certificate allocation (diff) | |
download | linux-751fb2528c12ef64d1e863efb196cdc968b384f6.tar.xz linux-751fb2528c12ef64d1e863efb196cdc968b384f6.zip |
crypto: x86/aes-xts - make non-AVX implementation use new glue code
Make the non-AVX implementation of AES-XTS (xts-aes-aesni) use the new
glue code that was introduced for the AVX implementations of AES-XTS.
This reduces code size, and it improves the performance of xts-aes-aesni
due to the optimization for messages that don't span page boundaries.
This required moving the new glue functions higher up in the file and
allowing the IV encryption function to be specified by the caller.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'rust')
0 files changed, 0 insertions, 0 deletions