summaryrefslogtreecommitdiff
path: root/drivers/crypto/hash
AgeCommit message (Collapse)AuthorFilesLines
2021-09-02crypto: hash: Add software hash DM driverChia-Wei Wang3-0/+313
Add purely software-implmented drivers to support multiple hash operations including CRC, MD5, and SHA family. This driver is based on the new hash uclass. Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
2021-09-02dm: hash: Add new UCLASS_HASH supportChia-Wei Wang3-0/+131
Add UCLASS_HASH for hash driver development. Thus the hash drivers (SW or HW-accelerated) can be developed in the DM-based fashion. Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>