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@xxxxxxxxxxxxxxxx> > Signed-off-by: Huan Feng <huan.feng@xxxxxxxxxxxxxxxx> > Signed-off-by: Jia Jie Ho <jiajie.ho@xxxxxxxxxxxxxxxx> > --- > 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@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt