aboutsummaryrefslogtreecommitdiff
path: root/host/include/x86_64
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2023-06-01 23:58:52 -0700
committerRichard Henderson <richard.henderson@linaro.org>2023-07-08 07:30:17 +0100
commitd6a2443696c5b34fb20879e899bf823d6168b068 (patch)
treecbb20eedf46dec9d97f710e1c796bf0982ed0a7d /host/include/x86_64
parent28e91474ce558bca55c800e7977bab7c66a44abb (diff)
host/include/i386: Implement aes-round.h
Detect AES in cpuinfo; implement the accel hooks. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'host/include/x86_64')
-rw-r--r--host/include/x86_64/host/crypto/aes-round.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/include/x86_64/host/crypto/aes-round.h b/host/include/x86_64/host/crypto/aes-round.h
new file mode 100644
index 0000000000..2773cc9f10
--- /dev/null
+++ b/host/include/x86_64/host/crypto/aes-round.h
@@ -0,0 +1 @@
+#include "host/include/i386/host/crypto/aes-round.h"