All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ard Biesheuvel <ard.biesheuvel@linaro.org>
To: Eric Biggers <ebiggers@kernel.org>
Cc: "open list:HARDWARE RANDOM NUMBER GENERATOR CORE" 
	<linux-crypto@vger.kernel.org>
Subject: Re: [PATCH 0/6] crypto: skcipher - simplifications due to {,a}blkcipher removal
Date: Tue, 3 Dec 2019 16:35:04 +0000	[thread overview]
Message-ID: <CAKv+Gu9vOsQ9zL6s6T8ALywgn80HtDoKfoviebwpJmEtK3zhxw@mail.gmail.com> (raw)
In-Reply-To: <20191129182308.53961-1-ebiggers@kernel.org>

On Fri, 29 Nov 2019 at 18:24, Eric Biggers <ebiggers@kernel.org> wrote:
>
> This series makes some simplifications to the skcipher algorithm type
> that are possible now that blkcipher and ablkcipher (and hence also the
> compatibility code to expose them via the skcipher API) were removed.
>
> Eric Biggers (6):
>   crypto: skcipher - remove crypto_skcipher::ivsize
>   crypto: skcipher - remove crypto_skcipher::keysize
>   crypto: skcipher - remove crypto_skcipher::setkey
>   crypto: skcipher - remove crypto_skcipher::encrypt
>   crypto: skcipher - remove crypto_skcipher::decrypt
>   crypto: skcipher - remove crypto_skcipher_extsize()
>

For the series,

Reviewed-by: Ard Biesheuvel <ardb@kernel.org>

>  crypto/skcipher.c         | 22 ++++++----------------
>  crypto/testmgr.c          | 10 ++++++----
>  fs/ecryptfs/crypto.c      |  2 +-
>  fs/ecryptfs/keystore.c    |  4 ++--
>  include/crypto/skcipher.h | 20 +++++---------------
>  5 files changed, 20 insertions(+), 38 deletions(-)
>
> --
> 2.24.0
>

  parent reply	other threads:[~2019-12-03 16:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-29 18:23 [PATCH 0/6] crypto: skcipher - simplifications due to {,a}blkcipher removal Eric Biggers
2019-11-29 18:23 ` [PATCH 1/6] crypto: skcipher - remove crypto_skcipher::ivsize Eric Biggers
2019-11-29 18:23 ` [PATCH 2/6] crypto: skcipher - remove crypto_skcipher::keysize Eric Biggers
2019-11-29 18:23 ` [PATCH 3/6] crypto: skcipher - remove crypto_skcipher::setkey Eric Biggers
2019-11-29 18:23 ` [PATCH 4/6] crypto: skcipher - remove crypto_skcipher::encrypt Eric Biggers
2019-11-29 18:23 ` [PATCH 5/6] crypto: skcipher - remove crypto_skcipher::decrypt Eric Biggers
2019-11-29 18:23 ` [PATCH 6/6] crypto: skcipher - remove crypto_skcipher_extsize() Eric Biggers
2019-12-03 16:35 ` Ard Biesheuvel [this message]
2019-12-11  9:41 ` [PATCH 0/6] crypto: skcipher - simplifications due to {,a}blkcipher removal Herbert Xu

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=CAKv+Gu9vOsQ9zL6s6T8ALywgn80HtDoKfoviebwpJmEtK3zhxw@mail.gmail.com \
    --to=ard.biesheuvel@linaro.org \
    --cc=ebiggers@kernel.org \
    --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.