From: Milan Broz <mbroz@redhat.com>
To: dm-crypt@saout.de
Subject: Re: [dm-crypt] Twofish 3-way
Date: Thu, 12 Jan 2012 16:22:59 +0100 [thread overview]
Message-ID: <4F0EFAD3.3090908@redhat.com> (raw)
In-Reply-To: <20120112150640.GA1918@fancy-poultry.org>
On 01/12/2012 04:06 PM, Heinz Diehl wrote:
> Hi,
>
> since kernel 3.2 there is a new parallelized variant of twofish
> available via
>
> CONFIG_CRYPTO_TWOFISH_X86_64_3WAY
>
> How can I use it with LUKS/dmcrypt? My current config contains the
> following:
>
> # CONFIG_CRYPTO_TWOFISH is not set
> CONFIG_CRYPTO_TWOFISH_COMMON=y
> CONFIG_CRYPTO_TWOFISH_X86_64=y
> CONFIG_CRYPTO_TWOFISH_X86_64_3WAY=y
>
> How should these options be set up properly?
You cannot set directly which version is used through dmcrypt interface,
(without patching kernel source) but cryptoAPI should detect the fastest
algorithm automatically.
For separate modules, force load just that module and unload all other
should perhaps work as well (before crypto device activation).
(see /proc/crypto and lsmod modules reference count to check which one
is really used)
Milan
next prev parent reply other threads:[~2012-01-12 15:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-12 15:06 [dm-crypt] Twofish 3-way Heinz Diehl
2012-01-12 15:22 ` Milan Broz [this message]
2012-01-12 16:28 ` Arno Wagner
2012-01-12 18:19 ` Milan Broz
2012-01-15 15:05 ` Heinz Diehl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F0EFAD3.3090908@redhat.com \
--to=mbroz@redhat.com \
--cc=dm-crypt@saout.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.