aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2019-05-31 04:29:29 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2019-05-31 04:29:29 +0000
commitdff3f7f89b33ebd61b4532ace0e99206e791cd77 (patch)
tree508cd8e8f732b38be2686198f27d8319b82f0352 /tests
parent6aab442af96dc471674ae2d40c65b79c4535389d (diff)
Notes
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/geom/class/eli/conf.sh12
-rw-r--r--tests/sys/geom/class/eli/init_test.sh7
2 files changed, 1 insertions, 18 deletions
diff --git a/tests/sys/geom/class/eli/conf.sh b/tests/sys/geom/class/eli/conf.sh
index 1a37f806d74a..214f00eb420e 100644
--- a/tests/sys/geom/class/eli/conf.sh
+++ b/tests/sys/geom/class/eli/conf.sh
@@ -37,15 +37,10 @@ for_each_geli_config() {
for cipher in aes-xts:128 aes-xts:256 \
aes-cbc:128 aes-cbc:192 aes-cbc:256 \
- 3des-cbc:192 \
- blowfish-cbc:128 blowfish-cbc:160 blowfish-cbc:192 \
- blowfish-cbc:224 blowfish-cbc:256 blowfish-cbc:288 \
- blowfish-cbc:320 blowfish-cbc:352 blowfish-cbc:384 \
- blowfish-cbc:416 blowfish-cbc:448 \
camellia-cbc:128 camellia-cbc:192 camellia-cbc:256; do
ealgo=${cipher%%:*}
keylen=${cipher##*:}
- for aalgo in hmac/md5 hmac/sha1 hmac/ripemd160 hmac/sha256 \
+ for aalgo in hmac/sha1 hmac/ripemd160 hmac/sha256 \
hmac/sha384 hmac/sha512; do
for secsize in 512 1024 2048 4096 $MAX_SECSIZE; do
${func} $cipher $aalgo $secsize
@@ -66,11 +61,6 @@ for_each_geli_config_nointegrity() {
md=$(attach_md -t malloc -s $bytes)
for cipher in aes-xts:128 aes-xts:256 \
aes-cbc:128 aes-cbc:192 aes-cbc:256 \
- 3des-cbc:192 \
- blowfish-cbc:128 blowfish-cbc:160 blowfish-cbc:192 \
- blowfish-cbc:224 blowfish-cbc:256 blowfish-cbc:288 \
- blowfish-cbc:320 blowfish-cbc:352 blowfish-cbc:384 \
- blowfish-cbc:416 blowfish-cbc:448 \
camellia-cbc:128 camellia-cbc:192 camellia-cbc:256; do
ealgo=${cipher%%:*}
keylen=${cipher##*:}
diff --git a/tests/sys/geom/class/eli/init_test.sh b/tests/sys/geom/class/eli/init_test.sh
index e60a103dd6e8..4fbe77df812f 100644
--- a/tests/sys/geom/class/eli/init_test.sh
+++ b/tests/sys/geom/class/eli/init_test.sh
@@ -308,13 +308,6 @@ init_alias_body()
atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
for spec in aes:0:AES-XTS:128 aes:128:AES-XTS:128 aes:256:AES-XTS:256 \
- 3des:0:3DES-CBC:192 3des:192:3DES-CBC:192 \
- blowfish:0:Blowfish-CBC:128 blowfish:128:Blowfish-CBC:128 \
- blowfish:160:Blowfish-CBC:160 blowfish:192:Blowfish-CBC:192 \
- blowfish:224:Blowfish-CBC:224 blowfish:256:Blowfish-CBC:256 \
- blowfish:288:Blowfish-CBC:288 blowfish:352:Blowfish-CBC:352 \
- blowfish:384:Blowfish-CBC:384 blowfish:416:Blowfish-CBC:416 \
- blowfish:448:Blowfish-CBC:448 \
camellia:0:CAMELLIA-CBC:128 camellia:128:CAMELLIA-CBC:128 \
camellia:256:CAMELLIA-CBC:256 ; do