[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cryptoloop on 2.4.22 won?t work
On Wed, Sep 10, 2003 at 08:04:21PM +1000, Alexander Zangerl wrote:
> so, where are our setups different?
Here is the beta test I ran for HVR several weeks ago before
the patches became "official":
----------------------------------
wget http://www.kernel.org/pub/linux/kernel/people/hvr/testing/patch-aes-asm-2.4.22-rc2.1
wget http://www.kernel.org/pub/linux/kernel/people/hvr/testing/patch-cryptoloop-hvr-2.4.22-rc2.0
wget http://www.kernel.org/pub/linux/kernel/people/hvr/testing/patch-cryptoloop-jari-2.4.22-rc2.0
tar jxf linux-2.4.21.tar.bz2
cd linux-2.4.21
patch -p1 < ../patch-2.4.22-rc2
patch -p1 < ../patch-aes-asm-2.4.22-rc2.1
patch -p1 < ../patch-cryptoloop-jari-2.4.22-rc2.0
make mrproper
cp -a /usr/src/OTV-2.4.20/linux-2.4.20-OTV-SanFrancisco/.config .
make oldconfig
make menuconfig # set cryptoloop, select crypto algorithms
make dep
wget http://ftp.cwi.nl/aeb/util-linux/util-linux-2.12.tar.gz
wget http://www.stwing.org/~sluskyb/util-linux/hashalot.tar.bz2
wget http://www.stwing.org/~sluskyb/util-linux/losetup-keygen-prog-mk4.patch
wget http://www.stwing.org/~sluskyb/util-linux/losetup-variable-key-size-mk2.patch
tar zxf util-linux-2.12.tar.gz
cd util-linux-2.12/
./configure
make
cd /usr/src/hashalot
make
cp -a hashalot ../util-linux-2.12/mount/
cp -a ripemd160 ../util-linux-2.12/mount/
cd ../util-linux-2.12/mount/
./ripemd160 | ./losetup -p0 -e aes-cbc-256 /dev/loop3 /dma/home/amon/data
mount /dev/loop3 /mnt
----------------------------------
-
Linux-crypto: cryptography in and on the Linux system
Archive: http://mail.nl.linux.org/linux-crypto/