mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-01-14 17:22:05 +03:00
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:
parent
bb9225ea86
commit
930f9cc66c
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user