aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-09-29 18:49:29 +0000
committerlloyd <[email protected]>2009-09-29 18:49:29 +0000
commite98ba8ecc6a633c48b486b43ad53bcf7212cee55 (patch)
treead4d81f179256fb4b266888f08d6973e136e89a3
parent1b976618fa6098b0e45de59135bdb91ced1c0bd4 (diff)
Remove add blocks from block cipher info files
-rw-r--r--src/block/aes/info.txt8
-rw-r--r--src/block/blowfish/info.txt8
-rw-r--r--src/block/cast/info.txt10
-rw-r--r--src/block/des/info.txt10
-rw-r--r--src/block/gost_28147/info.txt7
-rw-r--r--src/block/idea/info.txt7
-rw-r--r--src/block/kasumi/info.txt7
-rw-r--r--src/block/lion/info.txt7
-rw-r--r--src/block/lubyrack/info.txt7
-rw-r--r--src/block/mars/info.txt8
-rw-r--r--src/block/misty1/info.txt7
-rw-r--r--src/block/noekeon/info.txt7
-rw-r--r--src/block/rc2/info.txt7
-rw-r--r--src/block/rc5/info.txt7
-rw-r--r--src/block/rc6/info.txt7
-rw-r--r--src/block/safer/info.txt8
-rw-r--r--src/block/seed/info.txt8
-rw-r--r--src/block/serpent/info.txt7
-rw-r--r--src/block/serpent_ia32/info.txt6
-rw-r--r--src/block/serpent_sse2/info.txt8
-rw-r--r--src/block/skipjack/info.txt7
-rw-r--r--src/block/square/info.txt8
-rw-r--r--src/block/tea/info.txt7
-rw-r--r--src/block/twofish/info.txt8
-rw-r--r--src/block/xtea/info.txt7
25 files changed, 0 insertions, 188 deletions
diff --git a/src/block/aes/info.txt b/src/block/aes/info.txt
index 2803ccc4e..0e11603bb 100644
--- a/src/block/aes/info.txt
+++ b/src/block/aes/info.txt
@@ -1,11 +1,3 @@
realname "AES"
define AES
-
-load_on auto
-
-<add>
-aes.cpp
-aes.h
-aes_tab.cpp
-</add>
diff --git a/src/block/blowfish/info.txt b/src/block/blowfish/info.txt
index 0a9d2adc2..c63560989 100644
--- a/src/block/blowfish/info.txt
+++ b/src/block/blowfish/info.txt
@@ -1,11 +1,3 @@
realname "Blowfish"
define BLOWFISH
-
-load_on auto
-
-<add>
-blfs_tab.cpp
-blowfish.cpp
-blowfish.h
-</add>
diff --git a/src/block/cast/info.txt b/src/block/cast/info.txt
index 73d3f900f..b9259042d 100644
--- a/src/block/cast/info.txt
+++ b/src/block/cast/info.txt
@@ -1,13 +1,3 @@
realname "CAST"
define CAST
-
-load_on auto
-
-<add>
-cast128.cpp
-cast128.h
-cast256.cpp
-cast256.h
-cast_tab.cpp
-</add>
diff --git a/src/block/des/info.txt b/src/block/des/info.txt
index ed05979c9..6eec591a0 100644
--- a/src/block/des/info.txt
+++ b/src/block/des/info.txt
@@ -1,13 +1,3 @@
realname "DES"
define DES
-
-load_on auto
-
-<add>
-des.cpp
-des.h
-des_tab.cpp
-desx.h
-desx.cpp
-</add>
diff --git a/src/block/gost_28147/info.txt b/src/block/gost_28147/info.txt
index 6e187fd48..9b24d1e22 100644
--- a/src/block/gost_28147/info.txt
+++ b/src/block/gost_28147/info.txt
@@ -1,10 +1,3 @@
realname "GOST 28147-89"
define GOST_28147_89
-
-load_on auto
-
-<add>
-gost_28147.cpp
-gost_28147.h
-</add>
diff --git a/src/block/idea/info.txt b/src/block/idea/info.txt
index 2da3ffb43..f11b3d224 100644
--- a/src/block/idea/info.txt
+++ b/src/block/idea/info.txt
@@ -1,10 +1,3 @@
realname "IDEA"
define IDEA
-
-load_on auto
-
-<add>
-idea.cpp
-idea.h
-</add>
diff --git a/src/block/kasumi/info.txt b/src/block/kasumi/info.txt
index 8ea879b6d..e310488b3 100644
--- a/src/block/kasumi/info.txt
+++ b/src/block/kasumi/info.txt
@@ -1,10 +1,3 @@
realname "Kasumi"
define KASUMI
-
-load_on auto
-
-<add>
-kasumi.cpp
-kasumi.h
-</add>
diff --git a/src/block/lion/info.txt b/src/block/lion/info.txt
index 81ef58511..64f2989b1 100644
--- a/src/block/lion/info.txt
+++ b/src/block/lion/info.txt
@@ -2,13 +2,6 @@ realname "Lion"
define LION
-load_on auto
-
-<add>
-lion.cpp
-lion.h
-</add>
-
<requires>
hash
stream
diff --git a/src/block/lubyrack/info.txt b/src/block/lubyrack/info.txt
index a478526f4..d915781d8 100644
--- a/src/block/lubyrack/info.txt
+++ b/src/block/lubyrack/info.txt
@@ -2,13 +2,6 @@ realname "Luby-Rackoff"
define LUBY_RACKOFF
-load_on auto
-
-<add>
-lubyrack.cpp
-lubyrack.h
-</add>
-
<requires>
hash
</requires>
diff --git a/src/block/mars/info.txt b/src/block/mars/info.txt
index b0ad8af9c..ec958eaf5 100644
--- a/src/block/mars/info.txt
+++ b/src/block/mars/info.txt
@@ -1,11 +1,3 @@
realname "MARS"
define MARS
-
-load_on auto
-
-<add>
-mars.cpp
-mars.h
-mars_tab.cpp
-</add>
diff --git a/src/block/misty1/info.txt b/src/block/misty1/info.txt
index d45058bd4..38087c83d 100644
--- a/src/block/misty1/info.txt
+++ b/src/block/misty1/info.txt
@@ -1,10 +1,3 @@
realname "MISTY-1"
define MISTY1
-
-load_on auto
-
-<add>
-misty1.cpp
-misty1.h
-</add>
diff --git a/src/block/noekeon/info.txt b/src/block/noekeon/info.txt
index 8025c2073..6e940bb62 100644
--- a/src/block/noekeon/info.txt
+++ b/src/block/noekeon/info.txt
@@ -1,10 +1,3 @@
realname "Noekeon"
define NOEKEON
-
-load_on auto
-
-<add>
-noekeon.cpp
-noekeon.h
-</add>
diff --git a/src/block/rc2/info.txt b/src/block/rc2/info.txt
index 099141de7..7ec018422 100644
--- a/src/block/rc2/info.txt
+++ b/src/block/rc2/info.txt
@@ -1,10 +1,3 @@
realname "RC2"
define RC2
-
-load_on auto
-
-<add>
-rc2.cpp
-rc2.h
-</add>
diff --git a/src/block/rc5/info.txt b/src/block/rc5/info.txt
index 4a150c3b0..2032b406f 100644
--- a/src/block/rc5/info.txt
+++ b/src/block/rc5/info.txt
@@ -1,10 +1,3 @@
realname "RC5"
define RC5
-
-load_on auto
-
-<add>
-rc5.cpp
-rc5.h
-</add>
diff --git a/src/block/rc6/info.txt b/src/block/rc6/info.txt
index 1457e78c1..2897bc1f3 100644
--- a/src/block/rc6/info.txt
+++ b/src/block/rc6/info.txt
@@ -1,10 +1,3 @@
realname "RC6"
define RC6
-
-load_on auto
-
-<add>
-rc6.cpp
-rc6.h
-</add>
diff --git a/src/block/safer/info.txt b/src/block/safer/info.txt
index 973cbff19..7c8067472 100644
--- a/src/block/safer/info.txt
+++ b/src/block/safer/info.txt
@@ -1,11 +1,3 @@
realname "SAFER"
define SAFER
-
-load_on auto
-
-<add>
-safe_tab.cpp
-safer_sk.cpp
-safer_sk.h
-</add>
diff --git a/src/block/seed/info.txt b/src/block/seed/info.txt
index d04979335..c66e0c2cd 100644
--- a/src/block/seed/info.txt
+++ b/src/block/seed/info.txt
@@ -1,11 +1,3 @@
realname "SEED"
define SEED
-
-load_on auto
-
-<add>
-seed.cpp
-seed.h
-seed_tab.cpp
-</add>
diff --git a/src/block/serpent/info.txt b/src/block/serpent/info.txt
index baaccbf01..4031a3f5f 100644
--- a/src/block/serpent/info.txt
+++ b/src/block/serpent/info.txt
@@ -1,10 +1,3 @@
realname "Serpent"
define SERPENT
-
-load_on auto
-
-<add>
-serpent.cpp
-serpent.h
-</add>
diff --git a/src/block/serpent_ia32/info.txt b/src/block/serpent_ia32/info.txt
index ea0506299..48d589724 100644
--- a/src/block/serpent_ia32/info.txt
+++ b/src/block/serpent_ia32/info.txt
@@ -4,12 +4,6 @@ define SERPENT_IA32
load_on asm_ok
-<add>
-serp_ia32_imp.S
-serp_ia32.cpp
-serp_ia32.h
-</add>
-
<arch>
ia32
</arch>
diff --git a/src/block/serpent_sse2/info.txt b/src/block/serpent_sse2/info.txt
index b00ab6e88..da7eef6bc 100644
--- a/src/block/serpent_sse2/info.txt
+++ b/src/block/serpent_sse2/info.txt
@@ -2,14 +2,6 @@ realname "Serpent (SSE2)"
define SERPENT_SSE2
-load_on auto
-
-<add>
-serp_sse2.cpp
-serp_sse2.h
-serp_sse2_sbox.h
-</add>
-
<requires>
serpent
sse2_eng
diff --git a/src/block/skipjack/info.txt b/src/block/skipjack/info.txt
index 4b38d6d28..9cdddfe6b 100644
--- a/src/block/skipjack/info.txt
+++ b/src/block/skipjack/info.txt
@@ -1,10 +1,3 @@
realname "Skipjack"
define SKIPJACK
-
-load_on auto
-
-<add>
-skipjack.cpp
-skipjack.h
-</add>
diff --git a/src/block/square/info.txt b/src/block/square/info.txt
index a20697923..7c517be71 100644
--- a/src/block/square/info.txt
+++ b/src/block/square/info.txt
@@ -1,11 +1,3 @@
realname "Square"
define SQUARE
-
-load_on auto
-
-<add>
-sqr_tab.cpp
-square.cpp
-square.h
-</add>
diff --git a/src/block/tea/info.txt b/src/block/tea/info.txt
index 6a0e76b15..85a19ee4c 100644
--- a/src/block/tea/info.txt
+++ b/src/block/tea/info.txt
@@ -1,10 +1,3 @@
realname "TEA"
define TEA
-
-load_on auto
-
-<add>
-tea.cpp
-tea.h
-</add>
diff --git a/src/block/twofish/info.txt b/src/block/twofish/info.txt
index 35639d858..319da6e6e 100644
--- a/src/block/twofish/info.txt
+++ b/src/block/twofish/info.txt
@@ -1,11 +1,3 @@
realname "Twofish"
define TWOFISH
-
-load_on auto
-
-<add>
-two_tab.cpp
-twofish.cpp
-twofish.h
-</add>
diff --git a/src/block/xtea/info.txt b/src/block/xtea/info.txt
index 0120a3bce..1887e6673 100644
--- a/src/block/xtea/info.txt
+++ b/src/block/xtea/info.txt
@@ -1,10 +1,3 @@
realname "XTEA"
define XTEA
-
-load_on auto
-
-<add>
-xtea.cpp
-xtea.h
-</add>