crypto: starfive - Add hash and HMAC support
authorJia Jie Ho <jiajie.ho@starfivetech.com>
Mon, 13 Mar 2023 13:56:46 +0000 (21:56 +0800)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 28 Mar 2023 03:23:13 +0000 (12:23 +0900)
commit6082c278ea3322e1c97cc056cd315f3842f68c78
treed010c7e3273b42cf0db62a55767dabdc00331d86
parent6bf1bb00bd850dd5b6d5461829a17b000e525fc2
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>
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]