Am 18.04.2015 um 12:27 schrieb Marko Weber | 8000:

> i try to crypt a partition with cryptsetup.
> Yes, in Kernel i had all need things i think.

Depending on the password hash you're using (parameter -h) you need to
make the appropriate changes here, too:

> CONFIG_CRYPTO_SHA1=m
CONFIG_CRYPTO_SHA1=y
> CONFIG_CRYPTO_SHA1_SSSE3=m
CONFIG_CRYPTO_SHA1_SSSE3=y
> CONFIG_CRYPTO_SHA256_SSSE3=m
CONFIG_CRYPTO_SHA256_SSSE3=y
> CONFIG_CRYPTO_SHA512_SSSE3=m
CONFIG_CRYPTO_SHA512_SSSE3=y
> CONFIG_CRYPTO_SHA1_MB=m
CONFIG_CRYPTO_SHA1_MB=y
> CONFIG_CRYPTO_SHA256=m
CONFIG_CRYPTO_SHA256=y
> CONFIG_CRYPTO_SHA512=m
CONFIG_CRYPTO_SHA512=y

Reply via email to