From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.saout.de ([127.0.0.1]) by localhost (mail.saout.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WksKp8WNmAOn for ; Thu, 12 Jan 2012 16:07:44 +0100 (CET) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.10]) by mail.saout.de (Postfix) with ESMTP for ; Thu, 12 Jan 2012 16:07:43 +0100 (CET) Date: Thu, 12 Jan 2012 16:06:40 +0100 From: Heinz Diehl Message-ID: <20120112150640.GA1918@fancy-poultry.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [dm-crypt] Twofish 3-way List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de 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? Thanks, Heinz.