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>
Mon, 24 Jul 2023 23:24:43 +0000 (08:24 +0900)
commitdca7c3b37e5ac94793ea3e83500aacca46696e85
treea72e7fd927880efc6770336fac654a38987adbad
parent6dad9adc7c581977d25ddaba522ee6858a51ed13
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]