aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-29 04:14:03 +0000
committerlloyd <[email protected]>2008-09-29 04:14:03 +0000
commitfeacbc0cd7fbac1ac2aabc3a4e057917d38bdf30 (patch)
tree5bb50f81daac7c6b65143e688c7387a4eab3428d /src/hash
parent46bfd602ab63ee4b89b6b6283bdc2c6fb102e110 (diff)
Add info.txt files for asm hash modules
Diffstat (limited to 'src/hash')
-rw-r--r--src/hash/md4_ia32/info.txt33
-rw-r--r--src/hash/md5_ia32/info.txt33
-rw-r--r--src/hash/sha1_ia32/info.txt33
-rw-r--r--src/hash/sha1_sse2/info.txt2
4 files changed, 101 insertions, 0 deletions
diff --git a/src/hash/md4_ia32/info.txt b/src/hash/md4_ia32/info.txt
new file mode 100644
index 000000000..4a192cbc2
--- /dev/null
+++ b/src/hash/md4_ia32/info.txt
@@ -0,0 +1,33 @@
+realname "MD4 (x86)"
+
+define MD4
+
+load_on requested
+
+<add>
+md4_ia32.S
+md4.cpp
+md4.h
+</add>
+
+<requires>
+mdx_hash
+</requires>
+
+<arch>
+ia32
+</arch>
+
+<cc>
+gcc
+icc
+</cc>
+
+# ELF systems
+<os>
+linux
+freebsd
+netbsd
+openbsd
+solaris
+</os>
diff --git a/src/hash/md5_ia32/info.txt b/src/hash/md5_ia32/info.txt
new file mode 100644
index 000000000..566b6a0d4
--- /dev/null
+++ b/src/hash/md5_ia32/info.txt
@@ -0,0 +1,33 @@
+realname "MD5 (x86)"
+
+define MD5
+
+load_on requested
+
+<add>
+md5_ia32.S
+md5.cpp
+md5.h
+</add>
+
+<requires>
+mdx_hash
+</requires>
+
+<arch>
+ia32
+</arch>
+
+<cc>
+gcc
+icc
+</cc>
+
+# ELF systems
+<os>
+linux
+freebsd
+netbsd
+openbsd
+solaris
+</os>
diff --git a/src/hash/sha1_ia32/info.txt b/src/hash/sha1_ia32/info.txt
new file mode 100644
index 000000000..c1a75fc55
--- /dev/null
+++ b/src/hash/sha1_ia32/info.txt
@@ -0,0 +1,33 @@
+realname "SHA-1 (x86)"
+
+define SHA1
+
+load_on requested
+
+<add>
+sha1_ia32.S
+sha160.cpp
+sha160.h
+</add>
+
+<requires>
+mdx_hash
+</requires>
+
+<arch>
+ia32
+</arch>
+
+<cc>
+gcc
+icc
+</cc>
+
+# ELF systems
+<os>
+linux
+freebsd
+netbsd
+openbsd
+solaris
+</os>
diff --git a/src/hash/sha1_sse2/info.txt b/src/hash/sha1_sse2/info.txt
index 58d1851b0..8af271a2a 100644
--- a/src/hash/sha1_sse2/info.txt
+++ b/src/hash/sha1_sse2/info.txt
@@ -1,5 +1,7 @@
realname "SHA-1 (SSE2)"
+define SHA1
+
load_on request
<add>