[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with migration from SuSE's loop_twofish to loop-AES
Waldemar la Tendresse wrote:
> reiserfs complains that it does not find it's superblock, which is one
> more evidence that the device is still crypted. I also checked the
> reiserfs versions, they are both the same.
Can you test with this additional patch to util-linux, and specify
encryption type as twofish160
Regards,
Jari Ruusu <jari.ruusu@pp.inet.fi>
--- util-linux-2.11y-AES/mount/lomount.c.old Thu Jan 16 21:31:52 2003
+++ util-linux-2.11y-AES/mount/lomount.c Thu Jan 16 21:36:36 2003
@@ -70,6 +70,7 @@
{ LO_CRYPT_NONE, "none", 0 },
{ LO_CRYPT_XOR, "xor", 0 },
{ 3, "twofish128", 16 },
+ { 3, "twofish160", 20 },
{ 3, "twofish192", 24 },
{ 3, "twofish256", 32 },
{ 4, "blowfish128", 16 },
-
Linux-crypto: cryptography in and on the Linux system
Archive: http://mail.nl.linux.org/linux-crypto/