diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2020-11-17 14:32:14 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-11-27 17:13:40 +1100 |
commit | ac50aec41a9f9590b1d48bd4daa2251f0025052a (patch) | |
tree | a7aa512520ee918e1a2ee6033bdbe9374b0c5ca9 /tools | |
parent | 97b70180b7f97224762b63f211305a8052d07960 (diff) |
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 'tools')
0 files changed, 0 insertions, 0 deletions