All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Jellinghaus <aj@ciphirelabs.com>
To: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Cc: linux-crypto@vger.kernel.org
Subject: Re: [ACRYPTO] New asynchronous crypto layer (acrypto) release.
Date: Fri, 20 Oct 2006 15:34:40 +0200	[thread overview]
Message-ID: <4538D070.80203@ciphirelabs.com> (raw)
In-Reply-To: <20061020063111.GA26283@2ka.mipt.ru>

> Btw, async provider only supports AES-128 in CBC mode, so if you try
> different ciphers, there can be some problems.

my code does

SECTORS=`blockdev --getsize /dev/hda3`

echo 0 $SECTORS crypt aes-cbc-essiv:sha256 $ROOTKEY 0 /dev/hda3 0 \
         |dmsetup create root

so this is not compatible with acrypto I guess :(
any special reason why acrypto is limited this way?

guess that limitation needs to go away before it can be added to
the linux kernel, or some workaround so dm-crypt will fall back on
not using acrypto or something like that in order to not brake existing
and working installations.

Thanks, Andreas

  reply	other threads:[~2006-10-20 13:34 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-28 12:08 [ACRYPTO] New asynchronous crypto layer (acrypto) release Evgeniy Polyakov
2006-09-28 13:23 ` Andreas Jellinghaus
2006-09-28 13:23   ` Andreas Jellinghaus
2006-09-28 13:35   ` Evgeniy Polyakov
2006-09-29  9:48   ` Evgeniy Polyakov
2006-10-19 15:04     ` Andreas Jellinghaus
2006-10-20  6:31       ` Evgeniy Polyakov
2006-10-20 13:34         ` Andreas Jellinghaus [this message]
2006-10-21  6:59           ` Evgeniy Polyakov
2006-09-28 13:23 ` Andreas Jellinghaus
2006-09-28 13:23 ` Andreas Jellinghaus
2006-09-29 10:17 ` Samuel Tardieu
2006-09-29 10:51   ` Evgeniy Polyakov
2006-09-29 17:31   ` Vincent Jardin

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=4538D070.80203@ciphirelabs.com \
    --to=aj@ciphirelabs.com \
    --cc=johnpol@2ka.mipt.ru \
    --cc=linux-crypto@vger.kernel.org \
    /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.