[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZMOWuVRiywHkwHHk@gondor.apana.org.au>
Date: Fri, 28 Jul 2023 18:21:45 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Jia Jie Ho <jiajie.ho@...rfivetech.com>
Cc: "David S . Miller" <davem@...emloft.net>,
linux-kernel@...r.kernel.org, linux-crypto@...r.kernel.org
Subject: Re: [PATCH v2] crypto: starfive - Add AES skcipher and aead support
On Mon, Jul 17, 2023 at 12:03:02PM +0800, Jia Jie Ho wrote:
> Adding AES skcipher and aead support to Starfive crypto module.
> Skcipher modes of operation include ecb, cbc, ctr, ofb, cfb. Aead modes
> include ccm and gcm.
>
> v1->v2:
> - Add include interrupt.h to fix compile error. (Herbert)
>
> Co-developed-by: Huan Feng <huan.feng@...rfivetech.com>
> Signed-off-by: Huan Feng <huan.feng@...rfivetech.com>
> Signed-off-by: Jia Jie Ho <jiajie.ho@...rfivetech.com>
> ---
> drivers/crypto/starfive/Kconfig | 2 +
> drivers/crypto/starfive/Makefile | 2 +-
> drivers/crypto/starfive/jh7110-aes.c | 1034 +++++++++++++++++++++++++
> drivers/crypto/starfive/jh7110-cryp.c | 36 +-
> drivers/crypto/starfive/jh7110-cryp.h | 65 ++
> 5 files changed, 1132 insertions(+), 7 deletions(-)
> create mode 100644 drivers/crypto/starfive/jh7110-aes.c
Patch applied. Thanks.
--
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Powered by blists - more mailing lists