All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] crypto: nx - convert to skcipher API
@ 2019-10-13  4:39 ` Eric Biggers
  0 siblings, 0 replies; 28+ messages in thread
From: Eric Biggers @ 2019-10-13  4:39 UTC (permalink / raw)
  To: linux-crypto, Herbert Xu
  Cc: linuxppc-dev, Breno Leitão, Nayna Jain, Paulo Flabiano Smorigo

This series converts the PowerPC Nest (NX) implementations of AES modes
from the deprecated "blkcipher" API to the "skcipher" API.  This is
needed in order for the blkcipher API to be removed.

This patchset is compile-tested only, as I don't have this hardware.
If anyone has this hardware, please test this patchset with
CONFIG_CRYPTO_MANAGER_EXTRA_TESTS=y.

Eric Biggers (4):
  crypto: nx - don't abuse blkcipher_desc to pass iv around
  crypto: nx - convert AES-ECB to skcipher API
  crypto: nx - convert AES-CBC to skcipher API
  crypto: nx - convert AES-CTR to skcipher API

 drivers/crypto/nx/nx-aes-cbc.c | 81 ++++++++++++++-----------------
 drivers/crypto/nx/nx-aes-ccm.c | 40 ++++++----------
 drivers/crypto/nx/nx-aes-ctr.c | 87 +++++++++++++++-------------------
 drivers/crypto/nx/nx-aes-ecb.c | 76 +++++++++++++----------------
 drivers/crypto/nx/nx-aes-gcm.c | 24 ++++------
 drivers/crypto/nx/nx.c         | 64 ++++++++++++++-----------
 drivers/crypto/nx/nx.h         | 19 ++++----
 7 files changed, 176 insertions(+), 215 deletions(-)

-- 
2.23.0


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2019-10-18  8:09 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-13  4:39 [PATCH 0/4] crypto: nx - convert to skcipher API Eric Biggers
2019-10-13  4:39 ` Eric Biggers
2019-10-13  4:39 ` [PATCH 1/4] crypto: nx - don't abuse blkcipher_desc to pass iv around Eric Biggers
2019-10-13  4:39   ` Eric Biggers
2019-10-14 12:35   ` Ard Biesheuvel
2019-10-14 12:35     ` Ard Biesheuvel
2019-10-13  4:39 ` [PATCH 2/4] crypto: nx - convert AES-ECB to skcipher API Eric Biggers
2019-10-13  4:39   ` Eric Biggers
2019-10-14 12:38   ` Ard Biesheuvel
2019-10-14 12:38     ` Ard Biesheuvel
2019-10-13  4:39 ` [PATCH 3/4] crypto: nx - convert AES-CBC " Eric Biggers
2019-10-13  4:39   ` Eric Biggers
2019-10-14 12:39   ` Ard Biesheuvel
2019-10-14 12:39     ` Ard Biesheuvel
2019-10-13  4:39 ` [PATCH 4/4] crypto: nx - convert AES-CTR " Eric Biggers
2019-10-13  4:39   ` Eric Biggers
2019-10-14 12:39   ` Ard Biesheuvel
2019-10-14 12:39     ` Ard Biesheuvel
2019-10-13  6:29 ` [PATCH 0/4] crypto: nx - convert " Ard Biesheuvel
2019-10-13  6:29   ` Ard Biesheuvel
2019-10-13 15:31   ` Ard Biesheuvel
2019-10-13 15:31     ` Ard Biesheuvel
2019-10-13 18:56     ` Eric Biggers
2019-10-13 18:56       ` Eric Biggers
2019-10-13 19:48       ` Ard Biesheuvel
2019-10-13 19:48         ` Ard Biesheuvel
2019-10-18  8:06 ` Herbert Xu
2019-10-18  8:06   ` Herbert Xu

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.