All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Biggers <ebiggers@google.com>
To: "Jason A. Donenfeld" <Jason@zx2c4.com>
Cc: herbert@gondor.apana.org.au, linux-crypto@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-fscrypt@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] crypto: remove Speck
Date: Tue, 24 Apr 2018 11:24:29 -0700	[thread overview]
Message-ID: <20180424182429.GB174675@google.com> (raw)
In-Reply-To: <20180424161826.31211-1-Jason@zx2c4.com>

Hi Jason,

On Tue, Apr 24, 2018 at 06:18:26PM +0200, Jason A. Donenfeld wrote:
> This NSA-designed cipher was rejected for inclusion in international
> standards by ISO/IEC. Before anyone actually starts using it by
> accident, let's just not ship it at all.
> 
> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
> ---
>  arch/arm/crypto/Kconfig             |    6 -
>  arch/arm/crypto/Makefile            |    2 -
>  arch/arm/crypto/speck-neon-core.S   |  432 --------
>  arch/arm/crypto/speck-neon-glue.c   |  288 ------
>  arch/arm64/crypto/Kconfig           |    6 -
>  arch/arm64/crypto/Makefile          |    3 -
>  arch/arm64/crypto/speck-neon-core.S |  352 -------
>  arch/arm64/crypto/speck-neon-glue.c |  282 -----
>  arch/s390/defconfig                 |    1 -
>  crypto/Kconfig                      |   14 -
>  crypto/Makefile                     |    1 -
>  crypto/speck.c                      |  307 ------
>  crypto/testmgr.c                    |   36 -
>  crypto/testmgr.h                    | 1486 ---------------------------
>  include/crypto/speck.h              |   62 --
>  15 files changed, 3278 deletions(-)
>  delete mode 100644 arch/arm/crypto/speck-neon-core.S
>  delete mode 100644 arch/arm/crypto/speck-neon-glue.c
>  delete mode 100644 arch/arm64/crypto/speck-neon-core.S
>  delete mode 100644 arch/arm64/crypto/speck-neon-glue.c
>  delete mode 100644 crypto/speck.c
>  delete mode 100644 include/crypto/speck.h
> 

Please see my response on the other thread ("[PATCH v2 0/5] crypto: Speck support"):

https://marc.info/?l=linux-crypto-vger&m=152459378914647

Thanks,

- Eric

WARNING: multiple messages have this Message-ID (diff)
From: ebiggers@google.com (Eric Biggers)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] crypto: remove Speck
Date: Tue, 24 Apr 2018 11:24:29 -0700	[thread overview]
Message-ID: <20180424182429.GB174675@google.com> (raw)
In-Reply-To: <20180424161826.31211-1-Jason@zx2c4.com>

Hi Jason,

On Tue, Apr 24, 2018 at 06:18:26PM +0200, Jason A. Donenfeld wrote:
> This NSA-designed cipher was rejected for inclusion in international
> standards by ISO/IEC. Before anyone actually starts using it by
> accident, let's just not ship it at all.
> 
> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
> ---
>  arch/arm/crypto/Kconfig             |    6 -
>  arch/arm/crypto/Makefile            |    2 -
>  arch/arm/crypto/speck-neon-core.S   |  432 --------
>  arch/arm/crypto/speck-neon-glue.c   |  288 ------
>  arch/arm64/crypto/Kconfig           |    6 -
>  arch/arm64/crypto/Makefile          |    3 -
>  arch/arm64/crypto/speck-neon-core.S |  352 -------
>  arch/arm64/crypto/speck-neon-glue.c |  282 -----
>  arch/s390/defconfig                 |    1 -
>  crypto/Kconfig                      |   14 -
>  crypto/Makefile                     |    1 -
>  crypto/speck.c                      |  307 ------
>  crypto/testmgr.c                    |   36 -
>  crypto/testmgr.h                    | 1486 ---------------------------
>  include/crypto/speck.h              |   62 --
>  15 files changed, 3278 deletions(-)
>  delete mode 100644 arch/arm/crypto/speck-neon-core.S
>  delete mode 100644 arch/arm/crypto/speck-neon-glue.c
>  delete mode 100644 arch/arm64/crypto/speck-neon-core.S
>  delete mode 100644 arch/arm64/crypto/speck-neon-glue.c
>  delete mode 100644 crypto/speck.c
>  delete mode 100644 include/crypto/speck.h
> 

Please see my response on the other thread ("[PATCH v2 0/5] crypto: Speck support"):

https://marc.info/?l=linux-crypto-vger&m=152459378914647

Thanks,

- Eric

  reply	other threads:[~2018-04-24 18:24 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-24 16:18 [PATCH] crypto: remove Speck Jason A. Donenfeld
2018-04-24 18:24 ` Eric Biggers [this message]
2018-04-24 18:24   ` Eric Biggers
  -- strict thread matches above, loose matches on Subject: below --
2018-08-06 22:32 [RFC PATCH 0/9] crypto: HPolyC support Eric Biggers
2018-08-06 23:04 ` [PATCH] crypto: remove speck Jason A. Donenfeld
2018-08-06 23:04   ` Jason A. Donenfeld
2018-08-07  1:03   ` Jeffrey Walton
2018-08-07  1:03     ` Jeffrey Walton
2018-08-07 20:18     ` Eric Biggers
2018-08-07 20:18       ` Eric Biggers
2018-08-07  1:19   ` Eric Biggers
2018-08-07  1:19     ` Eric Biggers
2018-08-07  2:38     ` Jason A. Donenfeld
2018-08-07  2:38       ` Jason A. Donenfeld
2018-08-07  3:12       ` Eric Biggers
2018-08-07  3:12         ` Eric Biggers
2018-08-07  3:12         ` Eric Biggers
2018-08-07  3:15         ` Theodore Y. Ts'o
2018-08-07  3:15           ` Theodore Y. Ts'o
2018-08-07  3:15           ` Theodore Y. Ts'o
2018-08-07 12:51           ` Ard Biesheuvel
2018-08-07 12:51             ` Ard Biesheuvel

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=20180424182429.GB174675@google.com \
    --to=ebiggers@google.com \
    --cc=Jason@zx2c4.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-fscrypt@vger.kernel.org \
    --cc=linux-kernel@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.