crypto-native: avoid crash on 12th and 13th gen Intel client CPUs 82/38482/2
authorDamjan Marion <damarion@cisco.com>
Tue, 14 Mar 2023 12:15:58 +0000 (13:15 +0100)
committerDave Wallace <dwallacelf@gmail.com>
Tue, 14 Mar 2023 16:00:14 +0000 (16:00 +0000)
commit8ade308e1724ac87a9d57f97152cf3f9a91c6373
treed5355f905ade97b1d51916da19b025981cddf7cc
parentf6d3abd0d18038c872b1c91cad2631463dfe97ec
crypto-native: avoid crash on 12th and 13th gen Intel client CPUs

Those CPUs are announcing VAES capability but they don't support AVX512.

Type: fix
Fixes: 73a60b2
Change-Id: I7b4be95e91bb6f367cd71461f1126690f3ecd988
Signed-off-by: Damjan Marion <damarion@cisco.com>
src/plugins/crypto_native/main.c