OSDN Git Service

crypto: starfive - Add hash and HMAC support
authorJia Jie Ho <jiajie.ho@starfivetech.com>
Mon, 15 May 2023 12:53:55 +0000 (20:53 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 19 May 2023 09:28:36 +0000 (17:28 +0800)
commit7883d1b28a2b0e62edcacea22de6b36a1918b15a
treed726f943f9ccada3266588fe42df495f977dd1f7
parent42ef0e944b0119e9987819af0a5a04d32d5e5edf
crypto: starfive - Add hash and HMAC support

Adding hash/HMAC support for SHA-2 and SM3 to StarFive cryptographic
module.

Co-developed-by: Huan Feng <huan.feng@starfivetech.com>
Signed-off-by: Huan Feng <huan.feng@starfivetech.com>
Signed-off-by: Jia Jie Ho <jiajie.ho@starfivetech.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/starfive/Kconfig
drivers/crypto/starfive/Makefile
drivers/crypto/starfive/jh7110-cryp.c
drivers/crypto/starfive/jh7110-cryp.h
drivers/crypto/starfive/jh7110-hash.c [new file with mode: 0644]