]> git.dujemihanovic.xyz Git - u-boot.git/commit
crypto: hash: Add software hash DM driver
authorChia-Wei Wang <chiawei_wang@aspeedtech.com>
Fri, 30 Jul 2021 01:08:04 +0000 (09:08 +0800)
committerTom Rini <trini@konsulko.com>
Wed, 1 Sep 2021 23:25:37 +0000 (19:25 -0400)
commite5d870fa1ecbcd4efcc13fa6d69c6754e39cff62
tree134a585c636535651b53be42a1dd3f5fca2dcf3b
parent4deaff791cd44e95e545ad8cd74dea25b4993499
crypto: hash: Add software hash DM driver

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>
drivers/crypto/hash/Kconfig
drivers/crypto/hash/Makefile
drivers/crypto/hash/hash_sw.c [new file with mode: 0644]