From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ee0-x22b.google.com (mail-ee0-x22b.google.com [IPv6:2a00:1450:4013:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Thu, 15 May 2014 19:35:21 +0200 (CEST) Received: by mail-ee0-f43.google.com with SMTP id d17so881882eek.2 for ; Thu, 15 May 2014 10:35:21 -0700 (PDT) Message-ID: <5374FAD5.1000605@gmail.com> Date: Thu, 15 May 2014 19:35:17 +0200 From: Milan Broz MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Subject: Re: [dm-crypt] Required kernel crypto interface not available List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Franz <169101@gmail.com>, dm-crypt@saout.de See cryptsetup man page TCRYPT extension requires kernel userspace crypto API to be available (introduced in Linux kernel 2.6.38). If you are configur‐ ing kernel yourself, enable "User-space interface for symmetric key cipher algorithms" in "Cryptographic API" section (CRYPTO_USER_API_SKCIPHER .config option). Milan On 05/15/2014 04:58 AM, Franz wrote: > Hello, > > I am trying to follow this tutorial to mount truecrypt volumes with cryptsetup: > http://forums.fedoraforum.org/showthread.php?p=1698596#post1698596 > But I'm getting this error: > > "Required kernel crypto interface not available. > Ensure you have algif_skcipher kernel module loaded." > > So tried to load the kernel module, but got other error: > > "[user@cryptsetup ~]$ sudo modprobe algif_skcipher > modprobe: FATAL: Module algif_skcipher not found." > > Is there a solution? > > Best > > Franz > > > _______________________________________________ > dm-crypt mailing list > dm-crypt@saout.de > http://www.saout.de/mailman/listinfo/dm-crypt >