crypto_test: include AVX2 GCM implementation in tests

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Joel Low <joel@joelsplace.sg>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Attila Fülöp <attila@fueloep.org>
Signed-off-by: Rob Norris <robn@despairlabs.com>
Closes #17058
This commit is contained in:
Rob Norris 2025-02-27 13:02:17 +11:00 committed by Brian Behlendorf
parent bb9225ea86
commit 930f9cc66c

View File

@ -529,6 +529,8 @@ static const char *aes_gcm_impl[][2] = {
{ "aesni", "pclmulqdq" },
{ "x86_64", "avx" },
{ "aesni", "avx" },
{ "x86_64", "avx2" },
{ "aesni", "avx2" },
};
/* signature of function to call after setting implementation params */