Gentoo Archives: gentoo-user

From: Heiko Baums <lists@××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] cryptsetup wont use aes-xts:plain64
Date: Sat, 18 Apr 2015 12:33:44
Message-Id: 55324F1E.10501@baums-on-web.de
In Reply to: [gentoo-user] cryptsetup wont use aes-xts:plain64 by Marko Weber | 8000
1 Am 18.04.2015 um 12:27 schrieb Marko Weber | 8000:
2
3 > i try to crypt a partition with cryptsetup.
4 > Yes, in Kernel i had all need things i think.
5
6 Depending on the password hash you're using (parameter -h) you need to
7 make the appropriate changes here, too:
8
9 > CONFIG_CRYPTO_SHA1=m
10 CONFIG_CRYPTO_SHA1=y
11 > CONFIG_CRYPTO_SHA1_SSSE3=m
12 CONFIG_CRYPTO_SHA1_SSSE3=y
13 > CONFIG_CRYPTO_SHA256_SSSE3=m
14 CONFIG_CRYPTO_SHA256_SSSE3=y
15 > CONFIG_CRYPTO_SHA512_SSSE3=m
16 CONFIG_CRYPTO_SHA512_SSSE3=y
17 > CONFIG_CRYPTO_SHA1_MB=m
18 CONFIG_CRYPTO_SHA1_MB=y
19 > CONFIG_CRYPTO_SHA256=m
20 CONFIG_CRYPTO_SHA256=y
21 > CONFIG_CRYPTO_SHA512=m
22 CONFIG_CRYPTO_SHA512=y