commit | 8a523aa979dca676ae7b143102b8bf9698541fcb | [log] [tgz] |
---|---|---|
author | Chia-Wei Wang <chiawei_wang@aspeedtech.com> | Fri Jul 30 09:08:04 2021 +0800 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 01 19:25:37 2021 -0400 |
tree | 134a585c636535651b53be42a1dd3f5fca2dcf3b | |
parent | 6e84474ed973e9ca21b01bb8a293d4ef29d4701f [diff] |
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>