summaryrefslogtreecommitdiff
path: root/crypto/tcrypt.c
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2020-11-17 14:32:14 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2020-11-27 17:13:40 +1100
commit34b8df62f1aa4d89e4865740d95bf763575afb7d (patch)
tree593f02dbd9384e61bd098f1288051d835008501e /crypto/tcrypt.c
parent2664e3ee1b5cedc5d4acd2c1e4c9b2f2e3a865a0 (diff)
downloadlinux-crypto-34b8df62f1aa4d89e4865740d95bf763575afb7d.tar.gz
linux-crypto-34b8df62f1aa4d89e4865740d95bf763575afb7d.zip
crypto: aegis128 - expose SIMD code path as separate driver
Wiring the SIMD code into the generic driver has the unfortunate side effect that the tcrypt testing code cannot distinguish them, and will therefore not use the latter to fuzz test the former, as it does for other algorithms. So let's refactor the code a bit so we can register two implementations: aegis128-generic and aegis128-simd. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Reviewed-by: Ondrej Mosnacek <omosnacek@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions