diff options
author | 2024-12-01 17:20:47 -0800 | |
---|---|---|
committer | 2024-12-01 17:23:13 -0800 | |
commit | 21dda37f3f8b70dd3531bf388773f1b4c803a130 (patch) | |
tree | 852adb2d0e411a289572af510d44b42c64c2d062 /scripts/generate_rust_analyzer.py | |
parent | lib/crc-t10dif: add support for arch overrides (diff) | |
download | wireguard-linux-21dda37f3f8b70dd3531bf388773f1b4c803a130.tar.xz wireguard-linux-21dda37f3f8b70dd3531bf388773f1b4c803a130.zip |
crypto: crct10dif - expose arch-optimized lib function
Now that crc_t10dif_update() may be directly optimized for each
architecture, make the shash driver for crct10dif register a
crct10dif-$arch algorithm that uses it, instead of only
crct10dif-generic which uses crc_t10dif_generic().
The result is that architecture-optimized crct10dif will remain
available through the shash API once the architectures implement
crc_t10dif_arch() instead of the shash API.
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Link: https://lore.kernel.org/r/20241202012056.209768-4-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions