aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/aes_intel/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-11-06 15:48:58 +0000
committerlloyd <[email protected]>2009-11-06 15:48:58 +0000
commit89da502ff80a9c63038b8b02a5062e460dff4649 (patch)
tree336208ded07cf9adcf7144d5748109fa24ad026c /src/block/aes_intel/info.txt
parent2fa888b0147a644de0df42fe0721eeb385810714 (diff)
Stub for AES class using Intel's AES-NI instructions and an engine for
providing it. Also stubs in the engine for VIA's AES instructions, but needs CPUID checking also.
Diffstat (limited to 'src/block/aes_intel/info.txt')
-rw-r--r--src/block/aes_intel/info.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/block/aes_intel/info.txt b/src/block/aes_intel/info.txt
new file mode 100644
index 000000000..1a156a635
--- /dev/null
+++ b/src/block/aes_intel/info.txt
@@ -0,0 +1,9 @@
+define AES_INTEL
+
+load_on auto
+
+#isa aes_ni
+
+<requires>
+aes_isa_eng
+</requires>