mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-13 20:00:08 +01:00
Do not use too small key in tests.
Apparently FIPS mode enforces somewhere minimal key size. As 64bit key is no longer useful anyway, just remove it. Apparently cipher_null is now more safer with the longer key, isn't? :-)
This commit is contained in:
@@ -262,11 +262,6 @@ cleanup
|
|||||||
echo "# Offset check: 512B sector drive"
|
echo "# Offset check: 512B sector drive"
|
||||||
add_device dev_size_mb=16 sector_size=512 num_tgts=1
|
add_device dev_size_mb=16 sector_size=512 num_tgts=1
|
||||||
# |k| expO reqO expected slot offsets
|
# |k| expO reqO expected slot offsets
|
||||||
format_null 64 2048 0 8:72:136:200:264:328:392:456
|
|
||||||
format_null 64 520 1
|
|
||||||
format_null 64 520 8
|
|
||||||
format_null 64 640 128
|
|
||||||
format_null 64 2048 2048
|
|
||||||
format_null 128 2048 0 8:136:264:392:520:648:776:904
|
format_null 128 2048 0 8:136:264:392:520:648:776:904
|
||||||
format_null 128 1032 1
|
format_null 128 1032 1
|
||||||
format_null 128 1032 8
|
format_null 128 1032 8
|
||||||
@@ -286,11 +281,6 @@ cleanup
|
|||||||
|
|
||||||
echo "# Offset check: 4096B sector drive"
|
echo "# Offset check: 4096B sector drive"
|
||||||
add_device dev_size_mb=16 sector_size=4096 num_tgts=1 opt_blks=64
|
add_device dev_size_mb=16 sector_size=4096 num_tgts=1 opt_blks=64
|
||||||
format_null 64 2048 0 8:72:136:200:264:328:392:456
|
|
||||||
format_null 64 520 1
|
|
||||||
format_null 64 520 8
|
|
||||||
format_null 64 640 128
|
|
||||||
format_null 64 2048 2048
|
|
||||||
format_null 128 2048 0 8:136:264:392:520:648:776:904
|
format_null 128 2048 0 8:136:264:392:520:648:776:904
|
||||||
format_null 128 1032 1
|
format_null 128 1032 1
|
||||||
format_null 128 1032 8
|
format_null 128 1032 8
|
||||||
|
|||||||
Reference in New Issue
Block a user